Class: TD::Types::CallConnection
- Defined in:
- lib/tdlib/types/call_connection.rb
Overview
Describes the address of UDP reflectors.
Instance Attribute Summary collapse
-
#id ⇒ Integer
Reflector identifier.
-
#ip ⇒ String
IPv4 reflector address.
-
#ipv6 ⇒ String
IPv6 reflector address.
-
#peer_tag ⇒ String
Connection peer tag.
-
#port ⇒ Integer
Reflector port number.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ Integer
Reflector identifier.
9 10 11 |
# File 'lib/tdlib/types/call_connection.rb', line 9 def id @id end |
#ip ⇒ String
IPv4 reflector address.
9 10 11 |
# File 'lib/tdlib/types/call_connection.rb', line 9 def ip @ip end |
#ipv6 ⇒ String
IPv6 reflector address.
9 10 11 |
# File 'lib/tdlib/types/call_connection.rb', line 9 def ipv6 @ipv6 end |
#peer_tag ⇒ String
Connection peer tag.
9 10 11 |
# File 'lib/tdlib/types/call_connection.rb', line 9 def peer_tag @peer_tag end |
#port ⇒ Integer
Reflector port number.
9 10 11 |
# File 'lib/tdlib/types/call_connection.rb', line 9 def port @port end |