Uses of Class
it.tdlight.jni.TdApi.StoryList
-
Uses of TdApi.StoryList in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
The list of stories, shown in the Arvhive chat list.static final class
The list of stories, shown in the main chat list and folder chat lists.Modifier 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.ModifierConstructorDescriptionChatActiveStories
(long chatId, TdApi.StoryList list, long order, int maxReadStoryId, TdApi.StoryInfo[] stories) Describes active stories posted by a chat.LoadActiveStories
(TdApi.StoryList storyList) Loads more active stories from a story list.SetChatActiveStoriesList
(long chatId, TdApi.StoryList storyList) 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.