Uses of Class
org.drinkless.tdlib.TdApi.ChatAvailableReactions
Packages that use TdApi.ChatAvailableReactions
-
Uses of TdApi.ChatAvailableReactions in org.drinkless.tdlib
Subclasses of TdApi.ChatAvailableReactions in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats.static class
Only specific reactions are available in the chat.Fields in org.drinkless.tdlib declared as TdApi.ChatAvailableReactionsModifier and TypeFieldDescriptionTdApi.Chat.availableReactions
Types of reaction, available in the chat.TdApi.SetChatAvailableReactions.availableReactions
Reactions available in the chat.TdApi.UpdateChatAvailableReactions.availableReactions
The new reactions, available in the chat.TdApi.ChatEventAvailableReactionsChanged.newAvailableReactions
New chat available reactions.TdApi.ChatEventAvailableReactionsChanged.oldAvailableReactions
Previous chat available reactions.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatAvailableReactionsModifierConstructorDescriptionChat
(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.ChatEventAvailableReactionsChanged
(TdApi.ChatAvailableReactions oldAvailableReactions, TdApi.ChatAvailableReactions newAvailableReactions) The chat available reactions were changed.SetChatAvailableReactions
(long chatId, TdApi.ChatAvailableReactions availableReactions) Creates a function, which changes reactions, available in a chat.UpdateChatAvailableReactions
(long chatId, TdApi.ChatAvailableReactions availableReactions) The chat available reactions were changed.