Class TdApi.StartScheduledGroupCall

  • Enclosing class:
    TdApi

    public static class TdApi.StartScheduledGroupCall
    extends TdApi.Function
    Starts a scheduled 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

      • StartScheduledGroupCall

        public StartScheduledGroupCall()
        Default constructor for a function, which starts a scheduled group call.

        Returns Ok

      • StartScheduledGroupCall

        public StartScheduledGroupCall​(int groupCallId)
        Creates a function, which starts a scheduled group call.

        Returns Ok

        Parameters:
        groupCallId - Group call identifier.