Uses of Class
org.drinkless.tdlib.TdApi.ChatNotificationSettings
Packages that use TdApi.ChatNotificationSettings
-
Uses of TdApi.ChatNotificationSettings in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatNotificationSettingsModifier and TypeFieldDescriptionTdApi.Chat.notificationSettings
Notification settings for the chat.TdApi.ForumTopic.notificationSettings
Notification settings for the topic.TdApi.SetChatNotificationSettings.notificationSettings
New notification settings for the chat.TdApi.SetForumTopicNotificationSettings.notificationSettings
New notification settings for the forum topic.TdApi.UpdateChatNotificationSettings.notificationSettings
The new notification settings.TdApi.UpdateForumTopic.notificationSettings
Notification settings for the topic.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatNotificationSettingsModifierConstructorDescriptionChat
(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.ChatList[] chatLists, TdApi.MessageSender messageSenderId, TdApi.BlockList blockList, boolean hasProtectedContent, boolean isTranslatable, boolean isMarkedAsUnread, boolean viewAsTopics, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.ChatAvailableReactions availableReactions, int messageAutoDeleteTime, TdApi.EmojiStatus emojiStatus, TdApi.ChatBackground background, String themeName, TdApi.ChatActionBar actionBar, TdApi.BusinessBotManageBar businessBotManageBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData) A chat.ForumTopic
(TdApi.ForumTopicInfo info, TdApi.Message lastMessage, long order, boolean isPinned, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.DraftMessage draftMessage) Describes a forum topic.SetChatNotificationSettings
(long chatId, TdApi.ChatNotificationSettings notificationSettings) Creates a function, which changes the notification settings of a chat.SetForumTopicNotificationSettings
(long chatId, long messageThreadId, TdApi.ChatNotificationSettings notificationSettings) Creates a function, which changes the notification settings of a forum topic.UpdateChatNotificationSettings
(long chatId, TdApi.ChatNotificationSettings notificationSettings) Notification settings for a chat were changed.UpdateForumTopic
(long chatId, long messageThreadId, boolean isPinned, long lastReadInboxMessageId, long lastReadOutboxMessageId, TdApi.ChatNotificationSettings notificationSettings) Information about a topic in a forum chat was changed.