GetChatArchivedStories class

Returns the list of all stories posted by the given chat; requires can_edit_stories rights for channel chats..

Returns Stories.

Inheritance
Available Extensions

Constructors

GetChatArchivedStories({required int chat_id, required int from_story_id, required int limit, int? extra, int? clientId})
Returns the list of all stories posted by the given chat; requires can_edit_stories rights for channel chats.

Properties

chat_id int
Chat identifier.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
from_story_id int
Identifier of the story starting from which stories must be returned; use 0 to get results from the last story.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
limit int
The maximum number of stories to be returned.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? _map) GetChatArchivedStories?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"getChatArchivedStories"