Class: TD::Types::GroupCallJoinResponseCandidate
- Defined in:
- lib/tdlib/types/group_call_join_response_candidate.rb
Overview
Describes a join response candidate for interaction with tgcalls.
Instance Attribute Summary collapse
-
#component ⇒ TD::Types::String
Value of the field component.
-
#foundation ⇒ TD::Types::String
Value of the field foundation.
-
#generation ⇒ TD::Types::String
Value of the field generation.
-
#id ⇒ TD::Types::String
Value of the field id.
-
#ip ⇒ TD::Types::String
Value of the field ip.
-
#network ⇒ TD::Types::String
Value of the field network.
-
#port ⇒ TD::Types::String
Value of the field port.
-
#priority ⇒ TD::Types::String
Value of the field priority.
-
#protocol ⇒ TD::Types::String
Value of the field protocol.
-
#rel_addr ⇒ TD::Types::String
Value of the field rel_addr.
-
#rel_port ⇒ TD::Types::String
Value of the field rel_port.
-
#tcp_type ⇒ TD::Types::String
Value of the field tcp_type.
-
#type ⇒ TD::Types::String
Value of the field type.
Method Summary
Methods inherited from Base
Instance Attribute Details
#component ⇒ TD::Types::String
Value of the field component.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def component @component end |
#foundation ⇒ TD::Types::String
Value of the field foundation.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def foundation @foundation end |
#generation ⇒ TD::Types::String
Value of the field generation.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def generation @generation end |
#id ⇒ TD::Types::String
Value of the field id.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def id @id end |
#ip ⇒ TD::Types::String
Value of the field ip.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def ip @ip end |
#network ⇒ TD::Types::String
Value of the field network.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def network @network end |
#port ⇒ TD::Types::String
Value of the field port.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def port @port end |
#priority ⇒ TD::Types::String
Value of the field priority.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def priority @priority end |
#protocol ⇒ TD::Types::String
Value of the field protocol.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def protocol @protocol end |
#rel_addr ⇒ TD::Types::String
Value of the field rel_addr.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def rel_addr @rel_addr end |
#rel_port ⇒ TD::Types::String
Value of the field rel_port.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def rel_port @rel_port end |
#tcp_type ⇒ TD::Types::String
Value of the field tcp_type.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def tcp_type @tcp_type end |
#type ⇒ TD::Types::String
Value of the field type.
17 18 19 |
# File 'lib/tdlib/types/group_call_join_response_candidate.rb', line 17 def type @type end |