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.stories
List of stories.TdApi.Stories.stories
The list of stories.TdApi.PublicForwardStory.story
Information about the story.TdApi.StoryInteractionTypeRepost.story
The reposted story.TdApi.UpdateStory.story
The new information about the story.TdApi.UpdateStoryPostFailed.story
The failed to post story.TdApi.UpdateStoryPostSucceeded.story
The 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.