Sha256: 52b8aa104b9b9447103f15c9756517a09115e6cf9f95f655c8b8dd4c7ac67477

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 Bytes

Contents

module TD::Types
  # Describes a payload fingerprint for interaction with tgcalls.
  #
  # @attr hash [TD::Types::String] Value of the field hash.
  # @attr setup [TD::Types::String] Value of the field setup.
  # @attr fingerprint [TD::Types::String] Value of the field fingerprint.
  class GroupCallPayloadFingerprint < Base
    attribute :hash, TD::Types::String
    attribute :setup, TD::Types::String
    attribute :fingerprint, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/group_call_payload_fingerprint.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/group_call_payload_fingerprint.rb