Class TdApi.EndGroupCallRecording

Enclosing class:
TdApi

public static class TdApi.EndGroupCallRecording
extends TdApi.Function
Ends recording of an active group call. Requires groupCall.canBeManaged group call flag.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

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

    • EndGroupCallRecording

      public EndGroupCallRecording()
      Ends recording of an active group call. Requires groupCall.canBeManaged group call flag.

      Returns Ok

    • EndGroupCallRecording

      public EndGroupCallRecording​(int groupCallId)
      Ends recording of an active group call. Requires groupCall.canBeManaged group call flag.

      Returns Ok

      Parameters:
      groupCallId - int Group call identifier.
    • EndGroupCallRecording

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