Module tdlight.api

Class TdApi.EndGroupCallRecording

Enclosing class:
TdApi

public static final class TdApi.EndGroupCallRecording extends TdApi.Function<TdApi.Ok>
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:
  • 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
      Ends recording of an active group call. Requires groupCall.canBeManaged group call flag. Returns Ok
      Throws:
      IOException
  • Method Details