StoryInteractionInfo class

Contains information about interactions with a story.

Inheritance
Available Extensions

Constructors

StoryInteractionInfo({required int view_count, required int forward_count, required int reaction_count, required List<int> recent_viewer_user_ids, int? extra, int? clientId})
Contains information about interactions with a story

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
forward_count int
Number of times the story was forwarded; 0 if none or unknown.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
reaction_count int
Number of reactions added to the story; 0 if none or unknown.
read / write
recent_viewer_user_ids List<int>
Identifiers of at most 3 recent viewers of the story.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
view_count int
Number of times the story was viewed.
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) StoryInteractionInfo?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"storyInteractionInfo"