Class: TD::Types::GroupCallPayloadFingerprint

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/group_call_payload_fingerprint.rb

Overview

Describes a payload fingerprint for interaction with tgcalls.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#fingerprintTD::Types::String

Value of the field fingerprint.

Returns:

  • (TD::Types::String)

    the current value of fingerprint



7
8
9
# File 'lib/tdlib/types/group_call_payload_fingerprint.rb', line 7

def fingerprint
  @fingerprint
end

#hashTD::Types::String

Value of the field hash.

Returns:

  • (TD::Types::String)

    the current value of hash



7
8
9
# File 'lib/tdlib/types/group_call_payload_fingerprint.rb', line 7

def hash
  @hash
end

#setupTD::Types::String

Value of the field setup.

Returns:

  • (TD::Types::String)

    the current value of setup



7
8
9
# File 'lib/tdlib/types/group_call_payload_fingerprint.rb', line 7

def setup
  @setup
end