Uses of Class
org.drinkless.tdlib.TdApi.ChatTheme
Packages that use TdApi.ChatTheme
-
Uses of TdApi.ChatTheme in org.drinkless.tdlib
Subclasses of TdApi.ChatTheme in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA chat theme based on an emoji.static classA chat theme based on an upgraded gift.Fields in org.drinkless.tdlib declared as TdApi.ChatThemeModifier and TypeFieldDescriptionTdApi.Chat.themeTheme set for the chat; may be null if none.TdApi.MessageChatSetTheme.themeNew theme for the chat; may be null if chat theme was reset to the default one.TdApi.UpdateChatTheme.themeThe new theme of the chat; may be null if theme was reset to default.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatThemeModifierConstructorDescriptionChat(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, long backgroundCustomEmojiId, TdApi.UpgradedGiftColors upgradedGiftColors, 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, TdApi.ChatTheme theme, TdApi.ChatActionBar actionBar, TdApi.BusinessBotManageBar businessBotManageBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData) A chat.A theme in the chat has been changed.UpdateChatTheme(long chatId, TdApi.ChatTheme theme) The chat theme was changed.