Package org.drinkless.tdlib
Class TdApi.ChatEventForumTopicEdited
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventForumTopicEdited
- Enclosing class:
- TdApi
A forum topic was edited.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New information about the topic.Old information about the topic. -
Constructor Summary
ConstructorsConstructorDescriptionA forum topic was edited.ChatEventForumTopicEdited(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo) A forum topic was edited. -
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
-
oldTopicInfo
Old information about the topic. -
newTopicInfo
New information about the topic. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventForumTopicEdited
public ChatEventForumTopicEdited()A forum topic was edited. -
ChatEventForumTopicEdited
public ChatEventForumTopicEdited(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo) A forum topic was edited.- Parameters:
oldTopicInfo- Old information about the topic.newTopicInfo- New information about the topic.
-
-
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
-