Sha256: 3d88baaf525889506b2cb4d9826c94ed5f2de2bfbe8f784e91a0c3c89c8ba281

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

module TD::Types
  # Describes a join response candidate for interaction with tgcalls.
  #
  # @attr port [String] Value of the field port.
  # @attr protocol [String] Value of the field protocol.
  # @attr network [String] Value of the field network.
  # @attr generation [String] Value of the field generation.
  # @attr id [String] Value of the field id.
  # @attr component [String] Value of the field component.
  # @attr foundation [String] Value of the field foundation.
  # @attr priority [String] Value of the field priority.
  # @attr ip [String] Value of the field ip.
  # @attr type [String] Value of the field type.
  # @attr tcp_type [String] Value of the field tcp_type.
  # @attr rel_addr [String] Value of the field rel_addr.
  # @attr rel_port [String] Value of the field rel_port.
  class GroupCallJoinResponseCandidate < Base
    attribute :port, TD::Types::String
    attribute :protocol, TD::Types::String
    attribute :network, TD::Types::String
    attribute :generation, TD::Types::String
    attribute :id, TD::Types::String
    attribute :component, TD::Types::String
    attribute :foundation, TD::Types::String
    attribute :priority, TD::Types::String
    attribute :ip, TD::Types::String
    attribute :type, TD::Types::String
    attribute :tcp_type, TD::Types::String
    attribute :rel_addr, TD::Types::String
    attribute :rel_port, TD::Types::String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/group_call_join_response_candidate.rb