Story class

This object represents a message about a forwarded story in the chat.

Constructors

Story({required Chat chat, required int id})
Constructs an instance of Story.
const
Story.fromJson(Map<String, dynamic> json)
Constructs an instance of Story from a JSON map.
factory

Properties

chat Chat
Chat that posted the story
final
hashCode int
The hash code for this object.
no setterinherited
id int
Unique identifier for the story in the chat
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns JSON-encodeable map of this object.
toString() String
A string representation of this object.
inherited

Operators

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