public static class TdApi.UpdateChatDefaultDisableNotification extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
defaultDisableNotification
The new defaultDisableNotification value.
|
| Constructor and Description |
|---|
UpdateChatDefaultDisableNotification()
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
|
UpdateChatDefaultDisableNotification(long chatId,
boolean defaultDisableNotification)
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public boolean defaultDisableNotification
public static final int CONSTRUCTOR
public UpdateChatDefaultDisableNotification()
public UpdateChatDefaultDisableNotification(long chatId,
boolean defaultDisableNotification)
chatId - Chat identifier.defaultDisableNotification - The new defaultDisableNotification value.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object