public static class TdApi.ChatEventForumTopicPinned extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ForumTopicInfo |
newTopicInfo
Information about the new pinned topic; may be null.
|
TdApi.ForumTopicInfo |
oldTopicInfo
Information about the old pinned topic; may be null.
|
| Constructor and Description |
|---|
ChatEventForumTopicPinned()
A pinned forum topic was changed.
|
ChatEventForumTopicPinned(TdApi.ForumTopicInfo oldTopicInfo,
TdApi.ForumTopicInfo newTopicInfo)
A pinned forum topic was changed.
|
| 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 ChatEventForumTopicPinned()
public ChatEventForumTopicPinned(TdApi.ForumTopicInfo oldTopicInfo, TdApi.ForumTopicInfo newTopicInfo)
oldTopicInfo - Information about the old pinned topic; may be null.newTopicInfo - Information about the new pinned topic; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object