java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageForumTopicEdited
- Enclosing class:
- TdApi
A forum topic has been edited.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if icon's customEmojiId is changed.long
New 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
ConstructorDescriptionA forum topic has been edited.MessageForumTopicEdited
(DataInput input) A forum topic has been edited.MessageForumTopicEdited
(String name, boolean editIconCustomEmojiId, long iconCustomEmojiId) A forum topic has been edited. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageForumTopicEdited
public MessageForumTopicEdited()A forum topic has been edited. -
MessageForumTopicEdited
A forum topic has been edited.- Parameters:
name
- String If non-empty, the new name of the topic.editIconCustomEmojiId
- boolean True, if icon's customEmojiId is changed.iconCustomEmojiId
- long New unique identifier of the custom emoji shown on the topic icon; 0 if none. Must be ignored if editIconCustomEmojiId is false.
-
MessageForumTopicEdited
A forum topic has been edited.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-