BusinessMessagesDeleted

telegramium.bots.BusinessMessagesDeleted
final case class BusinessMessagesDeleted(businessConnectionId: String, chat: Chat, messageIds: List[Int])

This object is received when messages are deleted from a connected business account.

Value parameters

businessConnectionId

Unique identifier of the business connection

chat

Information about a chat in the business account. The bot may not have access to the chat or the corresponding user.

messageIds

A JSON-serialized list of identifiers of deleted messages in the chat of the business account

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product