Uses of Class
org.drinkless.tdlib.TdApi.StoryInteractionInfo
Packages that use TdApi.StoryInteractionInfo
-
Uses of TdApi.StoryInteractionInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.StoryInteractionInfoModifier and TypeFieldDescriptionTdApi.Story.interactionInfo
Information about interactions with the story; may be null if the story isn't owned or there were no interactions.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryInteractionInfoModifierConstructorDescriptionStory
(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.