Class: TD::Types::GroupCallPayloadFingerprint
- Defined in:
- lib/tdlib/types/group_call_payload_fingerprint.rb
Overview
Describes a payload fingerprint for interaction with tgcalls.
Instance Attribute Summary collapse
-
#fingerprint ⇒ TD::Types::String
Value of the field fingerprint.
-
#hash ⇒ TD::Types::String
Value of the field hash.
-
#setup ⇒ TD::Types::String
Value of the field setup.
Method Summary
Methods inherited from Base
Instance Attribute Details
#fingerprint ⇒ TD::Types::String
Value of the field fingerprint.
7 8 9 |
# File 'lib/tdlib/types/group_call_payload_fingerprint.rb', line 7 def fingerprint @fingerprint end |
#hash ⇒ TD::Types::String
Value of the field hash.
7 8 9 |
# File 'lib/tdlib/types/group_call_payload_fingerprint.rb', line 7 def hash @hash end |
#setup ⇒ TD::Types::String
Value of the field setup.
7 8 9 |
# File 'lib/tdlib/types/group_call_payload_fingerprint.rb', line 7 def setup @setup end |