Uses of Class
org.drinkless.tdlib.TdApi.InputStoryAreas
Packages that use TdApi.InputStoryAreas
-
Uses of TdApi.InputStoryAreas in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.InputStoryAreasModifier and TypeFieldDescriptionTdApi.EditBusinessStory.areasNew clickable rectangle areas to be shown on the story media.TdApi.EditStory.areasNew clickable rectangle areas to be shown on the story media; pass null to keep the current areas.TdApi.PostStory.areasClickable rectangle areas to be shown on the story media; pass null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputStoryAreasModifierConstructorDescriptionEditBusinessStory(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 administrator right for supergroup and channel chats.