Class TdApi.LeaveGroupCall

  • Enclosing class:
    TdApi

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

    Returns Ok

    • Field Detail

      • groupCallId

        public int groupCallId
        Group call identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LeaveGroupCall

        public LeaveGroupCall()
        Default constructor for a function, which leaves a group call.

        Returns Ok

      • LeaveGroupCall

        public LeaveGroupCall​(int groupCallId)
        Creates a function, which leaves a group call.

        Returns Ok

        Parameters:
        groupCallId - Group call identifier.