Sha256: d9cc96e59f4bd2d91502da1cdb2ccec3ff376e8a51988523bc1cb9f63808bf9b
Contents?: true
Size: 479 Bytes
Versions: 1
Compression:
Stored size: 479 Bytes
Contents
module TD::Types # Describes a payload for interaction with tgcalls. # # @attr ufrag [String] Value of the field ufrag. # @attr pwd [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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/group_call_payload.rb |