public static class TdApi.UpdateChatDefaultDisableNotification extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update