Class: TD::Types::GroupCallPayload
- Defined in:
- lib/tdlib/types/group_call_payload.rb
Overview
Describes a payload for interaction with tgcalls.
Instance Attribute Summary collapse
-
#fingerprints ⇒ Array<TD::Types::GroupCallPayloadFingerprint>
The list of fingerprints.
-
#pwd ⇒ TD::Types::String
Value of the field pwd.
-
#ufrag ⇒ TD::Types::String
Value of the field ufrag.
Method Summary
Methods inherited from Base
Instance Attribute Details
#fingerprints ⇒ Array<TD::Types::GroupCallPayloadFingerprint>
The list of fingerprints.
7 8 9 |
# File 'lib/tdlib/types/group_call_payload.rb', line 7 def fingerprints @fingerprints end |
#pwd ⇒ TD::Types::String
Value of the field pwd.
7 8 9 |
# File 'lib/tdlib/types/group_call_payload.rb', line 7 def pwd @pwd end |
#ufrag ⇒ TD::Types::String
Value of the field ufrag.
7 8 9 |
# File 'lib/tdlib/types/group_call_payload.rb', line 7 def ufrag @ufrag end |