Uses of Class
org.drinkless.tdlib.TdApi.StoryArea
Packages that use TdApi.StoryArea
-
Uses of TdApi.StoryArea in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.StoryAreaModifier and TypeFieldDescriptionTdApi.Story.areas
Clickable areas to be shown on the story content.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryAreaModifierConstructorDescriptionStory
(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.