Module tdlight.api

Class TdApi.LeaveGroupCall

Enclosing class:
TdApi

public static final class TdApi.LeaveGroupCall extends TdApi.Function<TdApi.Ok>
Leaves a group call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • LeaveGroupCall

      public LeaveGroupCall()
      Leaves a group call.

      Returns Ok

    • LeaveGroupCall

      public LeaveGroupCall(int groupCallId)
      Leaves a group call.

      Returns Ok

      Parameters:
      groupCallId - int Group call identifier.
    • LeaveGroupCall

      public LeaveGroupCall(DataInput input) throws IOException
      Leaves a group call.

      Returns Ok

      Throws:
      IOException
  • Method Details