GetChatPinnedStories class

Inheritance

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

Methods

copyWith({int? chatId, int? fromStoryId, int? limit}) GetChatPinnedStories
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CONSTRUCTOR → const String