ReportChat class

Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported.

Returns Ok.

Inheritance
Available Extensions

Constructors

ReportChat({required int chat_id, required List<int> message_ids, required ReportReason reason, required String text, int? extra, int? clientId})
Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported

Properties

chat_id int
Chat identifier.
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
message_ids List<int>
Identifiers of reported messages; may be empty to report the whole chat.
read / write
reason ReportReason
The reason for reporting the chat.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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) ReportChat?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"reportChat"