Uses of Class
org.drinkless.tdlib.TdApi.ReactionType
Packages that use TdApi.ReactionType
-
Uses of TdApi.ReactionType in org.drinkless.tdlib
Subclasses of TdApi.ReactionType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA reaction with a custom emoji.static classA reaction with an emoji.static classThe paid reaction in a channel chat.Fields in org.drinkless.tdlib declared as TdApi.ReactionTypeModifier and TypeFieldDescriptionTdApi.Story.chosenReactionTypeType of the chosen reaction; may be null if none.TdApi.StoryInteractionTypeView.chosenReactionTypeType of the reaction that was chosen by the viewer; may be null if none.TdApi.UpdateMessageReaction.newReactionTypesNew list of chosen reactions.TdApi.UpdateMessageReaction.oldReactionTypesOld list of chosen reactions.TdApi.ChatAvailableReactionsSome.reactionsThe list of reactions.TdApi.AddMessageReaction.reactionTypeType of the reaction to add.TdApi.GetChatStoryInteractions.reactionTypePass the default heart reaction or a suggested reaction type to receive only interactions with the specified reaction type; pass null to receive all interactions; reactionTypePaid isn't supported.TdApi.GetMessageAddedReactions.reactionTypeType of the reactions to return; pass null to return all added reactions; reactionTypePaid isn't supported.TdApi.InputStoryAreaTypeSuggestedReaction.reactionTypeType of the reaction.TdApi.RemoveMessageReaction.reactionTypeType of the reaction to remove.TdApi.SetDefaultReactionType.reactionTypeNew type of the default reaction.TdApi.SetStoryReaction.reactionTypeType of the reaction to set; pass null to remove the reaction.TdApi.StoryAreaTypeSuggestedReaction.reactionTypeType of the reaction.TdApi.UpdateDefaultReactionType.reactionTypeThe new type of the default reaction.TdApi.SetMessageReactions.reactionTypesTypes of the reaction to set; pass an empty list to remove the reactions.TdApi.SavedMessagesTag.tagThe tag.TdApi.SearchSavedMessages.tagTag to search for; pass null to return all suitable messages.TdApi.SetSavedMessagesTagLabel.tagThe tag which label will be changed.TdApi.AddedReaction.typeType of the reaction.TdApi.AvailableReaction.typeType of the reaction.TdApi.MessageReaction.typeType of the reaction.TdApi.UnreadReaction.typeType of the reaction.Constructors in org.drinkless.tdlib with parameters of type TdApi.ReactionTypeModifierConstructorDescriptionAddedReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, boolean isOutgoing, int date) Represents a reaction applied to a message.AddMessageReaction(long chatId, long messageId, TdApi.ReactionType reactionType, boolean isBig, boolean updateRecentReactions) Creates a function, which adds a reaction or a tag to a message.AvailableReaction(TdApi.ReactionType type, boolean needsPremium) Represents an available reaction.ChatAvailableReactionsSome(TdApi.ReactionType[] reactions, int maxReactionCount) Only specific reactions are available in the chat.GetChatStoryInteractions(long storyPosterChatId, int storyId, TdApi.ReactionType reactionType, boolean preferForwards, String offset, int limit) Creates a function, which returns interactions with a story posted in a chat.GetMessageAddedReactions(long chatId, long messageId, TdApi.ReactionType reactionType, String offset, int limit) Creates a function, which returns reactions added for a message, along with their sender.InputStoryAreaTypeSuggestedReaction(TdApi.ReactionType reactionType, boolean isDark, boolean isFlipped) An area pointing to a suggested reaction.MessageReaction(TdApi.ReactionType type, int totalCount, boolean isChosen, TdApi.MessageSender usedSenderId, TdApi.MessageSender[] recentSenderIds) Contains information about a reaction to a message.RemoveMessageReaction(long chatId, long messageId, TdApi.ReactionType reactionType) Creates a function, which removes a reaction from a message.SavedMessagesTag(TdApi.ReactionType tag, String label, int count) Represents a tag used in Saved Messages or a Saved Messages topic.SearchSavedMessages(long savedMessagesTopicId, TdApi.ReactionType tag, String query, long fromMessageId, int offset, int limit) Creates a function, which searches for messages tagged by the given reaction and with the given words in the Saved Messages chat; for Telegram Premium users only.SetDefaultReactionType(TdApi.ReactionType reactionType) Creates a function, which changes type of default reaction for the current user.SetMessageReactions(long chatId, long messageId, TdApi.ReactionType[] reactionTypes, boolean isBig) Creates a function, which sets reactions on a message; for bots only.SetSavedMessagesTagLabel(TdApi.ReactionType tag, String label) Creates a function, which changes label of a Saved Messages tag; for Telegram Premium users only.SetStoryReaction(long storyPosterChatId, int storyId, TdApi.ReactionType reactionType, boolean updateRecentReactions) Creates a function, which changes chosen reaction on a story that has already been sent.Story(int id, long posterChatId, TdApi.MessageSender posterId, int date, boolean isBeingPosted, boolean isBeingEdited, boolean isEdited, boolean isPostedToChatPage, boolean isVisibleOnlyForSelf, boolean canBeDeleted, boolean canBeEdited, boolean canBeForwarded, boolean canBeReplied, boolean canToggleIsPostedToChatPage, boolean canGetStatistics, boolean canGetInteractions, boolean hasExpiredViewers, TdApi.StoryRepostInfo repostInfo, TdApi.StoryInteractionInfo interactionInfo, TdApi.ReactionType chosenReactionType, TdApi.StoryPrivacySettings privacySettings, TdApi.StoryContent content, TdApi.StoryArea[] areas, TdApi.FormattedText caption) Represents a story.StoryAreaTypeSuggestedReaction(TdApi.ReactionType reactionType, int totalCount, boolean isDark, boolean isFlipped) An area pointing to a suggested reaction.StoryInteractionTypeView(TdApi.ReactionType chosenReactionType) A view of the story.UnreadReaction(TdApi.ReactionType type, TdApi.MessageSender senderId, boolean isBig) Contains information about an unread reaction to a message.UpdateDefaultReactionType(TdApi.ReactionType reactionType) The type of default reaction has changed.UpdateMessageReaction(long chatId, long messageId, TdApi.MessageSender actorId, int date, TdApi.ReactionType[] oldReactionTypes, TdApi.ReactionType[] newReactionTypes) User changed its reactions on a message with public reactions; for bots only.