-
Constructors in it.tdlight.jni with parameters of type TdApi.ChatNotificationSettings
Constructor |
Description |
Chat(long id,
TdApi.ChatType type,
String title,
TdApi.ChatPhotoInfo photo,
TdApi.ChatPermissions permissions,
TdApi.Message lastMessage,
TdApi.ChatPosition[] positions,
boolean isMarkedAsUnread,
boolean isBlocked,
boolean hasScheduledMessages,
boolean canBeDeletedOnlyForSelf,
boolean canBeDeletedForAllUsers,
boolean canBeReported,
boolean defaultDisableNotification,
int unreadCount,
long lastReadInboxMessageId,
long lastReadOutboxMessageId,
int unreadMentionCount,
TdApi.ChatNotificationSettings notificationSettings,
int messageTtlSetting,
TdApi.ChatActionBar actionBar,
TdApi.VoiceChat voiceChat,
long replyMarkupMessageId,
TdApi.DraftMessage draftMessage,
String clientData) |
A chat.
|
SetChatNotificationSettings(long chatId,
TdApi.ChatNotificationSettings notificationSettings) |
Changes the notification settings of
a chat.
|
UpdateChatNotificationSettings(long chatId,
TdApi.ChatNotificationSettings notificationSettings) |
Notification settings for a chat were changed.
|