Class: TD::Types::GroupCallPayload

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

Overview

Describes a payload for interaction with tgcalls.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#fingerprintsArray<TD::Types::GroupCallPayloadFingerprint>

The list of fingerprints.

Returns:



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

def fingerprints
  @fingerprints
end

#pwdTD::Types::String

Value of the field pwd.

Returns:

  • (TD::Types::String)

    the current value of pwd



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

def pwd
  @pwd
end

#ufragTD::Types::String

Value of the field ufrag.

Returns:

  • (TD::Types::String)

    the current value of ufrag



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

def ufrag
  @ufrag
end