GetArchivedStories class

Inheritance

Constructors

GetArchivedStories({required int fromStoryId, required int limit})
Returns the list of all stories of the current user. 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

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? fromStoryId, int? limit}) GetArchivedStories
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