class Tourmaline::BusinessMessagesDeleted

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(business_connection_id : String, chat : Tourmaline::Chat, message_ids : Array(Int32 | Int64) = [] of Int32 | Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def business_connection_id : String #

Unique identifier of the business connection


[View source]
def business_connection_id=(business_connection_id : String) #

Unique identifier of the business connection


[View source]
def chat : Tourmaline::Chat #

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


[View source]
def chat=(chat : Tourmaline::Chat) #

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


[View source]
def message_ids : Array(Int32 | Int64) #

The list of identifiers of deleted messages in the chat of the business account


[View source]
def message_ids=(message_ids : Array(Int32 | Int64)) #

The list of identifiers of deleted messages in the chat of the business account


[View source]