Uses of Class
org.drinkless.tdlib.TdApi.ChatBackground
Packages that use TdApi.ChatBackground
-
Uses of TdApi.ChatBackground in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatBackgroundModifier and TypeFieldDescriptionTdApi.Chat.background
Background set for the chat; may be null if none.TdApi.MessageChatSetBackground.background
The new background.TdApi.UpdateChatBackground.background
The new chat background; may be null if background was reset to default.TdApi.ChatEventBackgroundChanged.newBackground
New background; may be null if none.TdApi.ChatEventBackgroundChanged.oldBackground
Previous background; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatBackgroundModifierConstructorDescriptionChat
(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.ChatEventBackgroundChanged
(TdApi.ChatBackground oldBackground, TdApi.ChatBackground newBackground) The chat background was changed.MessageChatSetBackground
(long oldBackgroundMessageId, TdApi.ChatBackground background, boolean onlyForSelf) A new background was set in the chat.UpdateChatBackground
(long chatId, TdApi.ChatBackground background) The chat background was changed.