class Hamilton::Types::BusinessMessagesDeleted

Overview

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

Included Modules

Defined in:

types/business_messages_deleted.cr

Constructors

Instance Method Summary

Instance methods inherited from class Reference

==(other : Hamilton::Any) ==

Instance methods inherited from class Object

===(other : Hamilton::Any) ===

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(params) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

def self.new(**params) #

Instance Method Detail

def business_connection_id : String #

Unique identifier of the business connection.


def business_connection_id=(business_connection_id : String) #

Unique identifier of the business connection.


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


def chat=(chat : Hamilton::Types::Chat) #

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


def message_ids : Array(Int32) #

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


def message_ids=(message_ids : Array(Int32)) #

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


def non_nil_fields : Array(String) #

List of available non-nil fields.


def non_nil_fields=(non_nil_fields : Array(String)) #

List of available non-nil fields.