public static class TdApi.ChatEventForumTopicEdited extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ForumTopicInfo |
newTopicInfo
New information about the topic.
|
TdApi.ForumTopicInfo |
oldTopicInfo
Old information about the topic.
|
| Constructor and Description |
|---|
ChatEventForumTopicEdited()
A forum topic was edited.
|
ChatEventForumTopicEdited(TdApi.ForumTopicInfo oldTopicInfo,
TdApi.ForumTopicInfo newTopicInfo)
A forum topic was edited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ForumTopicInfo oldTopicInfo
public TdApi.ForumTopicInfo newTopicInfo
public static final int CONSTRUCTOR
public ChatEventForumTopicEdited()
public ChatEventForumTopicEdited(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo)
oldTopicInfo - Old information about the topic.newTopicInfo - New information about the topic.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object