Class TdApi.GroupCallPayloadFingerprint

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.GroupCallPayloadFingerprint
Enclosing class:
TdApi

public static class TdApi.GroupCallPayloadFingerprint
extends TdApi.Object
Describes a payload fingerprint for interaction with tgcalls.
  • Field Details

    • hash

      public String hash
      Value of the field hash.
    • setup

      public String setup
      Value of the field setup.
    • fingerprint

      public String fingerprint
      Value of the field fingerprint.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GroupCallPayloadFingerprint

      public GroupCallPayloadFingerprint()
      Describes a payload fingerprint for interaction with tgcalls.
    • GroupCallPayloadFingerprint

      public GroupCallPayloadFingerprint​(String hash, String setup, String fingerprint)
      Describes a payload fingerprint for interaction with tgcalls.
      Parameters:
      hash - String Value of the field hash.
      setup - String Value of the field setup.
      fingerprint - String Value of the field fingerprint.
    • GroupCallPayloadFingerprint

      public GroupCallPayloadFingerprint​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details