Uses of Class
it.tdlight.jni.TdApi.InputStoryContent
-
Uses of TdApi.InputStoryContent in it.tdlight.jni
Subclasses of TdApi.InputStoryContent in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
A photo story.static final class
A video story.Fields in it.tdlight.jni declared as TdApi.InputStoryContentModifier and TypeFieldDescriptionTdApi.EditStory.content
New content of the story; pass null to keep the current content.TdApi.SendStory.content
Content of the story.Constructors in it.tdlight.jni with parameters of type TdApi.InputStoryContentModifierConstructorDescriptionEditStory
(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.