public static class TdApi.UpdateChatNotificationSettings extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatNotificationSettings |
notificationSettings
The new notification settings.
|
| Constructor and Description |
|---|
UpdateChatNotificationSettings()
Notification settings for a chat were changed.
|
UpdateChatNotificationSettings(long chatId,
TdApi.ChatNotificationSettings notificationSettings)
Notification settings for a chat were changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatNotificationSettings notificationSettings
public static final int CONSTRUCTOR
public UpdateChatNotificationSettings()
public UpdateChatNotificationSettings(long chatId,
TdApi.ChatNotificationSettings notificationSettings)
chatId - Chat identifier.notificationSettings - The new notification settings.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object