public static class TdApi.UpdateChatViewAsTopics extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
viewAsTopics
New value of viewAsTopics.
|
| Constructor and Description |
|---|
UpdateChatViewAsTopics()
A chat default appearance has changed.
|
UpdateChatViewAsTopics(long chatId,
boolean viewAsTopics)
A chat default appearance has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public boolean viewAsTopics
public static final int CONSTRUCTOR
public UpdateChatViewAsTopics()
public UpdateChatViewAsTopics(long chatId,
boolean viewAsTopics)
chatId - Chat identifier.viewAsTopics - New value of viewAsTopics.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object