View Source Telegex.Type.BusinessMessagesDeleted (Telegex v1.8.0)
This object is received when messages are deleted from a connected business account.
Summary
Types
@type t() :: %Telegex.Type.BusinessMessagesDeleted{ business_connection_id: String.t(), chat: Telegex.Type.Chat.t(), message_ids: [integer()] }