Uses of Class
org.drinkless.tdlib.TdApi.StoryContent
Packages that use TdApi.StoryContent
-
Uses of TdApi.StoryContent in org.drinkless.tdlib
Subclasses of TdApi.StoryContent in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A photo story.static class
A story content that is not supported in the current TDLib version.static class
A video story.Fields in org.drinkless.tdlib declared as TdApi.StoryContentModifier and TypeFieldDescriptionTdApi.BotMediaPreview.content
Content of the preview.TdApi.Story.content
Content of the story.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryContentModifierConstructorDescriptionBotMediaPreview
(int date, TdApi.StoryContent content) Describes media previews of a bot.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.