Uses of Class
org.drinkless.tdlib.TdApi.Story
Packages that use TdApi.Story
-
Uses of TdApi.Story in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.StoryModifier and TypeFieldDescriptionTdApi.FoundStories.storiesList of stories.TdApi.Stories.storiesThe list of stories.TdApi.PublicForwardStory.storyInformation about the story.TdApi.StoryInteractionTypeRepost.storyThe reposted story.TdApi.UpdateStory.storyThe new information about the story.TdApi.UpdateStoryPostFailed.storyThe failed to post story.TdApi.UpdateStoryPostSucceeded.storyThe posted story.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryModifierConstructorDescriptionFoundStories(int totalCount, TdApi.Story[] stories, String nextOffset) Contains a list of stories found by a search.PublicForwardStory(TdApi.Story story) Contains a public repost to a story.Stories(int totalCount, TdApi.Story[] stories, int[] pinnedStoryIds) Represents a list of stories.A repost of the story as a story.UpdateStory(TdApi.Story story) A story was changed.UpdateStoryPostFailed(TdApi.Story story, TdApi.Error error, TdApi.CanPostStoryResult errorType) A story failed to post.UpdateStoryPostSucceeded(TdApi.Story story, int oldStoryId) A story has been successfully posted.