Uses of Class
org.drinkless.tdlib.TdApi.InputStoryContent
Packages that use TdApi.InputStoryContent
-
Uses of TdApi.InputStoryContent in org.drinkless.tdlib
Subclasses of TdApi.InputStoryContent in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A photo story.static class
A video story.Fields in org.drinkless.tdlib declared as TdApi.InputStoryContentModifier and TypeFieldDescriptionTdApi.AddBotMediaPreview.content
Content of the added preview.TdApi.EditBotMediaPreview.content
Content of the new preview.TdApi.EditBusinessStory.content
New content of the story.TdApi.EditStory.content
New content of the story; pass null to keep the current content.TdApi.PostStory.content
Content of the story.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputStoryContentModifierConstructorDescriptionAddBotMediaPreview
(long botUserId, String languageCode, TdApi.InputStoryContent content) Creates a function, which adds a new media preview to the beginning of the list of media previews of a bot.EditBotMediaPreview
(long botUserId, String languageCode, int fileId, TdApi.InputStoryContent content) Creates a function, which replaces media preview in the list of media previews of a bot.EditBusinessStory
(long storyPosterChatId, int storyId, TdApi.InputStoryContent content, TdApi.InputStoryAreas areas, TdApi.FormattedText caption, TdApi.StoryPrivacySettings privacySettings) Creates a function, which changes a story posted by the bot on behalf of a business account; for bots only.EditStory
(long storyPosterChatId, int storyId, TdApi.InputStoryContent content, TdApi.InputStoryAreas areas, TdApi.FormattedText caption) Creates a function, which changes content and caption of a story.PostStory
(long chatId, TdApi.InputStoryContent content, TdApi.InputStoryAreas areas, TdApi.FormattedText caption, TdApi.StoryPrivacySettings privacySettings, int activePeriod, TdApi.StoryFullId fromStoryFullId, boolean isPostedToChatPage, boolean protectContent) Creates a function, which posts a new story on behalf of a chat; requires canPostStories right for supergroup and channel chats.