Class: TD::Types::Update::BusinessMessageEdited

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

Overview

A message in a business account was edited; for bots only.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#connection_idTD::Types::String

Unique identifier of the business connection.

Returns:

  • (TD::Types::String)

    the current value of connection_id



6
7
8
# File 'lib/tdlib/types/update/business_message_edited.rb', line 6

def connection_id
  @connection_id
end

#messageTD::Types::BusinessMessage

The edited message.

Returns:



6
7
8
# File 'lib/tdlib/types/update/business_message_edited.rb', line 6

def message
  @message
end