ReportStory class
Reports a story to the Telegram moderators.
Returns Ok.
- Inheritance
- Available Extensions
Constructors
- ReportStory({required int story_sender_chat_id, required int story_id, required ReportReason reason, required String text, int? extra, int? clientId})
- Reports a story to the Telegram moderators
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
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- reason ↔ ReportReason
-
The reason for reporting the story.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- story_id ↔ int
-
The identifier of the story to report.
read / write
- story_sender_chat_id ↔ int
-
The identifier of the sender of the story to report.
read / write
- text ↔ String
-
Additional report details; 0-1024 characters.
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) → ReportStory? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"reportStory"