Uses of Class
it.tdlight.jni.TdApi.Story
-
Uses of TdApi.Story in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.Stories.stories
The list of stories.TdApi.UpdateStory.story
The new information about the story.TdApi.UpdateStorySendFailed.story
The failed to send story.TdApi.UpdateStorySendSucceeded.story
The sent story.ModifierConstructorDescriptionStories
(int totalCount, TdApi.Story[] stories) Represents a list of stories.UpdateStory
(TdApi.Story story) A story was changed.UpdateStorySendFailed
(TdApi.Story story, TdApi.CanSendStoryResult error, int errorCode, String errorMessage) A story failed to send.UpdateStorySendSucceeded
(TdApi.Story story, int oldStoryId) A story has been successfully sent.