Class: TD::Types::Update::BusinessMessagesDeleted

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/business_messages_deleted.rb

Overview

Messages in a business account were deleted; for bots only.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Identifier of a chat in the business account in which messages were deleted.

Returns:

  • (Integer)

    the current value of chat_id



7
8
9
# File 'lib/tdlib/types/update/business_messages_deleted.rb', line 7

def chat_id
  @chat_id
end

#connection_idTD::Types::String

Unique identifier of the business connection.

Returns:

  • (TD::Types::String)

    the current value of connection_id



7
8
9
# File 'lib/tdlib/types/update/business_messages_deleted.rb', line 7

def connection_id
  @connection_id
end

#message_idsArray<Integer>

Unique message identifiers of the deleted messages.

Returns:

  • (Array<Integer>)

    the current value of message_ids



7
8
9
# File 'lib/tdlib/types/update/business_messages_deleted.rb', line 7

def message_ids
  @message_ids
end