Package org.drinkless.tdlib
Class TdApi.StartLiveStoryResultFail
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StartLiveStoryResult
org.drinkless.tdlib.TdApi.StartLiveStoryResultFail
- Enclosing class:
- TdApi
The live story failed to post with an error to be handled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Type of the error; other error types may be returned as regular errors. -
Constructor Summary
ConstructorsConstructorDescriptionThe live story failed to post with an error to be handled.StartLiveStoryResultFail(TdApi.CanPostStoryResult errorType) The live story failed to post with an error to be handled. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
errorType
Type of the error; other error types may be returned as regular errors. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StartLiveStoryResultFail
public StartLiveStoryResultFail()The live story failed to post with an error to be handled. -
StartLiveStoryResultFail
The live story failed to post with an error to be handled.- Parameters:
errorType- Type of the error; other error types may be returned as regular errors.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-