public static class TdApi.UpdateChatIsTranslatable extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isTranslatable
New value of isTranslatable.
|
| Constructor and Description |
|---|
UpdateChatIsTranslatable()
Translation of chat messages was enabled or disabled.
|
UpdateChatIsTranslatable(long chatId,
boolean isTranslatable)
Translation of chat messages was enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public boolean isTranslatable
public static final int CONSTRUCTOR
public UpdateChatIsTranslatable()
public UpdateChatIsTranslatable(long chatId,
boolean isTranslatable)
chatId - Chat identifier.isTranslatable - New value of isTranslatable.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object