Class: TD::Types::Update::NewCallSignalingData

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

Overview

New call signaling data arrived.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#call_idInteger

The call identifier.

Returns:

  • (Integer)

    the current value of call_id



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

def call_id
  @call_id
end

#dataString

The data.

Returns:

  • (String)

    the current value of data



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

def data
  @data
end