BusinessMessagesDeleted class

Represents an object received when messages are deleted from a connected business account.

Implemented types

Constructors

BusinessMessagesDeleted({required String businessConnectionId, required Chat chat, required List<int> messageIds})
Creates a BusinessMessagesDeleted object.
const
BusinessMessagesDeleted.fromJson(Map<String, dynamic> json)
Creates a BusinessMessagesDeleted object from a JSON map.
factory

Properties

businessConnectionId String
Unique identifier of the business connection.
final
chat Chat
Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.
final
hashCode int
The hash code for this object.
no setterinherited
messageIds List<int>
A JSON-serialized list of identifiers of deleted messages in the chat of the business account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this object to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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