Uses of Class
it.tdlight.jni.TdApi.InputStoryAreas
-
Uses of TdApi.InputStoryAreas in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.EditStory.areas
New clickable rectangle areas to be shown on the story media; pass null to keep the current areas.TdApi.SendStory.areas
Clickable rectangle areas to be shown on the story media; pass null if none.ModifierConstructorDescriptionEditStory
(int storyId, TdApi.InputStoryContent content, TdApi.InputStoryAreas areas, TdApi.FormattedText caption) Changes content and caption of a previously sent story.SendStory
(TdApi.InputStoryContent content, TdApi.InputStoryAreas areas, TdApi.FormattedText caption, TdApi.StoryPrivacySettings privacySettings, int activePeriod, boolean isPinned, boolean protectContent) Sends a new story.