Package org.drinkless.tdlib
Class TdApi.MessageForumTopicEdited
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageForumTopicEdited
- Enclosing class:
- TdApi
A forum topic has been edited.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, if icon's customEmojiId is changed.longNew unique identifier of the custom emoji shown on the topic icon; 0 if none.If non-empty, the new name of the topic. -
Constructor Summary
ConstructorsConstructorDescriptionA forum topic has been edited.MessageForumTopicEdited(String name, boolean editIconCustomEmojiId, long iconCustomEmojiId) A forum topic has been 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
-
name
If non-empty, the new name of the topic. -
editIconCustomEmojiId
public boolean editIconCustomEmojiIdTrue, if icon's customEmojiId is changed. -
iconCustomEmojiId
public long iconCustomEmojiIdNew unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if editIconCustomEmojiId is false. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageForumTopicEdited
public MessageForumTopicEdited()A forum topic has been edited. -
MessageForumTopicEdited
A forum topic has been edited.- Parameters:
name- If non-empty, the new name of the topic.editIconCustomEmojiId- True, if icon's customEmojiId is changed.iconCustomEmojiId- New unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if editIconCustomEmojiId is false.
-
-
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
-