BlockMessageSenderFromReplies class

Blocks an original sender of a message in the Replies chat.

Returns Ok.

Inheritance
Available Extensions

Constructors

BlockMessageSenderFromReplies({required int message_id, required bool delete_message, required bool delete_all_messages, required bool report_spam, int? extra, int? clientId})
Blocks an original sender of a message in the Replies chat

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
delete_all_messages bool
Pass true to delete all messages from the same sender.
read / write
delete_message bool
Pass true to delete the message.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
message_id int
The identifier of an incoming message in the Replies chat.
read / write
report_spam bool
Pass true to report the sender to the Telegram moderators.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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) BlockMessageSenderFromReplies?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"blockMessageSenderFromReplies"