Class: TD::Types::Update::BusinessConnection

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

Overview

A business connection has changed; for bots only.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#connectionTD::Types::BusinessConnection

New data about the connection.

Returns:



5
6
7
# File 'lib/tdlib/types/update/business_connection.rb', line 5

def connection
  @connection
end