Sha256: d4c41232acadb875ccdc2a57a7268fd31f8f1c5cdfab6eba63750a7df2a93692

Contents?: true

Size: 501 Bytes

Versions: 2

Compression:

Stored size: 501 Bytes

Contents

module TD::Types
  # Describes a payload for interaction with tgcalls.
  #
  # @attr ufrag [TD::Types::String] Value of the field ufrag.
  # @attr pwd [TD::Types::String] Value of the field pwd.
  # @attr fingerprints [Array<TD::Types::GroupCallPayloadFingerprint>] The list of fingerprints.
  class GroupCallPayload < Base
    attribute :ufrag, TD::Types::String
    attribute :pwd, TD::Types::String
    attribute :fingerprints, TD::Types::Array.of(TD::Types::GroupCallPayloadFingerprint)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/group_call_payload.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/group_call_payload.rb