Class TdApi.DecryptGroupCallData

Enclosing class:
TdApi

public static class TdApi.DecryptGroupCallData extends TdApi.Function<TdApi.Data>
Decrypts group call data received by tgcalls.

Returns Data

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier. The call must not be a video chat.
    • participantId

      public TdApi.MessageSender participantId
      Identifier of the group call participant, which sent the data.
    • dataChannel

      public TdApi.GroupCallDataChannel dataChannel
      Data channel for which data was encrypted; pass null if unknown.
    • data

      public byte[] data
      Data to decrypt.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • DecryptGroupCallData

      public DecryptGroupCallData()
      Default constructor for a function, which decrypts group call data received by tgcalls.

      Returns Data

    • DecryptGroupCallData

      public DecryptGroupCallData(int groupCallId, TdApi.MessageSender participantId, TdApi.GroupCallDataChannel dataChannel, byte[] data)
      Creates a function, which decrypts group call data received by tgcalls.

      Returns Data

      Parameters:
      groupCallId - Group call identifier. The call must not be a video chat.
      participantId - Identifier of the group call participant, which sent the data.
      dataChannel - Data channel for which data was encrypted; pass null if unknown.
      data - Data to decrypt.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR