public static class TdApi.SavedMessagesTopicTypeSavedFromChat extends TdApi.SavedMessagesTopicType
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
SavedMessagesTopicTypeSavedFromChat()
Topic containing messages forwarded from a specific chat.
|
SavedMessagesTopicTypeSavedFromChat(long chatId)
Topic containing messages forwarded from a specific chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public SavedMessagesTopicTypeSavedFromChat()
public SavedMessagesTopicTypeSavedFromChat(long chatId)
chatId - Identifier of the chat.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object