ChatActiveStories class

Describes active stories posted by a chat.

Inheritance
Available Extensions

Constructors

ChatActiveStories({required int chat_id, StoryList? list, required int order, required int max_read_story_id, required List<StoryInfo> stories, int? extra, int? clientId})
Describes active stories posted by a chat

Properties

chat_id int
Identifier of the chat that posted the stories.
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
hashCode int
The hash code for this object.
read-onlyinherited
list StoryList?
Identifier of the story list in which the stories are shown; may be null if the stories aren't shown in a story list.
read / write
max_read_story_id int
Identifier of the last read active story.
read / write
order int
A parameter used to determine order of the stories in the story list; 0 if the stories doesn't need to be shown in the story list. Stories must be sorted by the pair (order, story_sender_chat_id) in descending order.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stories List<StoryInfo>
Basic information about the stories; use getStory to get full information about the stories. The stories are in a chronological order (i.e., in order of increasing story identifiers).
read / write

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) ChatActiveStories?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"chatActiveStories"