BlockMessageSenderFromReplies class

Inheritance

Constructors

BlockMessageSenderFromReplies({required int messageId, required bool deleteMessage, required bool deleteAllMessages, required bool reportSpam})
Blocks an original sender of a message in the Replies chat
const

Properties

deleteAllMessages bool
deleteAllMessages Pass true if all messages from the same sender must be deleted
final
deleteMessage bool
deleteMessage Pass true if the message must be deleted
final
hashCode int
The hash code for this object.
no setterinherited
messageId int
messageId The identifier of an incoming message in the Replies chat
final
reportSpam bool
reportSpam Pass true if the sender must be reported to the Telegram moderators
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? messageId, bool? deleteMessage, bool? deleteAllMessages, bool? reportSpam}) BlockMessageSenderFromReplies
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CONSTRUCTOR → const String