Package org.drinkless.tdlib
Class TdApi.UpdateForumTopicInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateForumTopicInfo
- Enclosing class:
- TdApi
Basic information about a topic in a forum chat was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.New information about the topic. -
Constructor Summary
ConstructorsConstructorDescriptionBasic information about a topic in a forum chat was changed.Basic information about a topic in a forum chat was changed. -
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
-
info
New information about the topic. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateForumTopicInfo
public UpdateForumTopicInfo()Basic information about a topic in a forum chat was changed. -
UpdateForumTopicInfo
Basic information about a topic in a forum chat was changed.- Parameters:
info
- New information about the topic.
-
-
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
-