Uses of Class
org.drinkless.tdlib.TdApi.StoryRepostInfo
Packages that use TdApi.StoryRepostInfo
-
Uses of TdApi.StoryRepostInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.StoryRepostInfoModifier and TypeFieldDescriptionTdApi.Story.repostInfo
Information about the original story; may be null if the story wasn't reposted.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryRepostInfoModifierConstructorDescriptionStory
(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.