Uses of Class
org.drinkless.tdlib.TdApi.ChatNotificationSettings
-
Packages that use TdApi.ChatNotificationSettings Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatNotificationSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatNotificationSettings Modifier and Type Field Description TdApi.ChatNotificationSettingsTdApi.Chat. notificationSettingsNotification settings for this chat.TdApi.ChatNotificationSettingsTdApi.SetChatNotificationSettings. notificationSettingsNew notification settings for the chat.TdApi.ChatNotificationSettingsTdApi.UpdateChatNotificationSettings. notificationSettingsThe new notification settings.Constructors in org.drinkless.tdlib 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, TdApi.MessageSender messageSenderId, boolean hasProtectedContent, 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 messageTtl, String themeName, TdApi.ChatActionBar actionBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData)A chat.SetChatNotificationSettings(long chatId, TdApi.ChatNotificationSettings notificationSettings)Creates a function, which changes the notification settings of a chat.UpdateChatNotificationSettings(long chatId, TdApi.ChatNotificationSettings notificationSettings)Notification settings for a chat were changed.
-