Uses of Class
org.drinkless.tdlib.TdApi.StoryList
Packages that use TdApi.StoryList
-
Uses of TdApi.StoryList in org.drinkless.tdlib
Subclasses of TdApi.StoryList in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The list of stories, shown in the Arvhive chat list.static class
The list of stories, shown in the main chat list and folder chat lists.Fields in org.drinkless.tdlib declared as TdApi.StoryListModifier and TypeFieldDescriptionTdApi.ChatActiveStories.list
Identifier of the story list in which the stories are shown; may be null if the stories aren't shown in a story list.TdApi.LoadActiveStories.storyList
The story list in which to load active stories.TdApi.SetChatActiveStoriesList.storyList
New list for active stories posted by the chat.TdApi.UpdateStoryListChatCount.storyList
The story list.Constructors in org.drinkless.tdlib with parameters of type TdApi.StoryListModifierConstructorDescriptionChatActiveStories
(long chatId, TdApi.StoryList list, long order, int maxReadStoryId, TdApi.StoryInfo[] stories) Describes active stories posted by a chat.LoadActiveStories
(TdApi.StoryList storyList) Creates a function, which loads more active stories from a story list.SetChatActiveStoriesList
(long chatId, TdApi.StoryList storyList) Creates a function, which changes story list in which stories from the chat are shown.UpdateStoryListChatCount
(TdApi.StoryList storyList, int chatCount) Number of chats in a story list has changed.