Uses of Class
it.tdlight.jni.TdApi.InputStoryContent
-
Uses of TdApi.InputStoryContent in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
A photo story.static final class
A video story.Modifier and TypeFieldDescriptionTdApi.EditStory.content
New content of the story; pass null to keep the current content.TdApi.SendStory.content
Content of the story.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.