Class TdApi.LeaveGroupCall

Enclosing class:
TdApi

public static class TdApi.LeaveGroupCall
extends TdApi.Function
Leaves a group call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details