public static class TdApi.MessageForumTopicEdited extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
editIconCustomEmojiId
True, if icon's customEmojiId is changed.
|
long |
iconCustomEmojiId
New unique identifier of the custom emoji shown on the topic icon; 0 if none.
|
java.lang.String |
name
If non-empty, the new name of the topic.
|
| Constructor and Description |
|---|
MessageForumTopicEdited()
A forum topic has been edited.
|
MessageForumTopicEdited(java.lang.String name,
boolean editIconCustomEmojiId,
long iconCustomEmojiId)
A forum topic has been edited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String name
public boolean editIconCustomEmojiId
public long iconCustomEmojiId
public static final int CONSTRUCTOR
public MessageForumTopicEdited()
public MessageForumTopicEdited(java.lang.String name,
boolean editIconCustomEmojiId,
long iconCustomEmojiId)
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object