Class TdApi.EndGroupCall

  • Enclosing class:
    TdApi

    public static class TdApi.EndGroupCall
    extends TdApi.Function
    Ends a group call. Requires groupCall.canBeManaged.

    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

      • EndGroupCall

        public EndGroupCall()
        Default constructor for a function, which ends a group call. Requires groupCall.canBeManaged.

        Returns Ok

      • EndGroupCall

        public EndGroupCall​(int groupCallId)
        Creates a function, which ends a group call. Requires groupCall.canBeManaged.

        Returns Ok

        Parameters:
        groupCallId - Group call identifier.