GetChatPinnedStories class
Constructors
-
GetChatPinnedStories({required int chatId, required int fromStoryId, required int limit})
-
Returns the list of pinned stories posted by the given chat. The stories are returned in a reverse chronological order (i.e., in order of decreasing story_id).. For optimal performance, the number of returned stories is chosen by TDLib
const
Properties
-
chatId
→ int
-
chatId Chat identifier
final
-
fromStoryId
→ int
-
fromStoryId Identifier of the story starting from which stories must be returned; use 0 to get results from the last story
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
limit
→ int
-
limit The maximum number of stories to be returned. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited