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