ReportChatPhoto class
Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported.
Returns Ok.
- Inheritance
- Available Extensions
Constructors
- ReportChatPhoto({required int chat_id, required int file_id, required ReportReason reason, required String text, int? extra, int? clientId})
- Reports a chat photo to the Telegram moderators. A chat photo can be reported only 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
- file_id ↔ int
-
Identifier of the photo to report. Only full photos from chatPhoto can be reported.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- reason ↔ ReportReason
-
The reason for reporting the chat photo.
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) → ReportChatPhoto? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"reportChatPhoto"