StoryInfo class

Contains basic information about a story.

Inheritance
Available Extensions

Constructors

StoryInfo({required int story_id, required int date, required bool is_for_close_friends, int? extra, int? clientId})
Contains basic information about a story

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
date int
Point in time (Unix timestamp) when the story was published.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
is_for_close_friends bool
True, if the story is available only to close friends.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
story_id int
Unique story identifier among stories of the given sender.
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) StoryInfo?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"storyInfo"