Package org.drinkless.tdlib
Class TdApi.CanPostStoryResultOk
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanPostStoryResult
org.drinkless.tdlib.TdApi.CanPostStoryResultOk
- Enclosing class:
- TdApi
A story can be sent.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Number of stories that can be posted by the user. -
Constructor Summary
ConstructorsConstructorDescriptionA story can be sent.CanPostStoryResultOk
(int storyCount) A story can be sent. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
storyCount
public int storyCountNumber of stories that can be posted by the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CanPostStoryResultOk
public CanPostStoryResultOk()A story can be sent. -
CanPostStoryResultOk
public CanPostStoryResultOk(int storyCount) A story can be sent.- Parameters:
storyCount
- Number of stories that can be posted by the user.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-