ReportSupergroupAntiSpamFalsePositive class
Reports a false deletion of a message by aggressive anti-spam checks; requires administrator rights in the supergroup. Can be called only for messages from chatEventMessageDeleted with can_report_anti_spam_false_positive == true.
Returns Ok.
- Inheritance
- Available Extensions
Constructors
- ReportSupergroupAntiSpamFalsePositive({required int supergroup_id, required int message_id, int? extra, int? clientId})
- Reports a false deletion of a message by aggressive anti-spam checks; requires administrator rights in the supergroup. Can be called only for messages from chatEventMessageDeleted with can_report_anti_spam_false_positive == true
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
- message_id ↔ int
-
Identifier of the erroneously deleted message.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- supergroup_id ↔ int
-
Supergroup identifier.
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) → ReportSupergroupAntiSpamFalsePositive? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"reportSupergroupAntiSpamFalsePositive"