View Source ExGram.Model.BusinessMessagesDeleted (ex_gram v0.53.0)
This object is received when messages are deleted from a connected business account.
Check the documentation of this model in https://core.telegram.org/bots/api#businessmessagesdeleted
Summary
Types
@type t() :: %ExGram.Model.BusinessMessagesDeleted{ business_connection_id: String.t(), chat: ExGram.Model.Chat.t(), message_ids: [integer()] }