Class TdApi.SetGroupCallTitle

  • Enclosing class:
    TdApi

    public static class TdApi.SetGroupCallTitle
    extends TdApi.Function
    Sets group call title. Requires groupCall.canBeManaged group call flag.

    Returns Ok

    • Field Detail

      • groupCallId

        public int groupCallId
        Group call identifier.
      • title

        public String title
        New group call title; 1-64 characters.
      • CONSTRUCTOR

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

      • SetGroupCallTitle

        public SetGroupCallTitle()
        Default constructor for a function, which sets group call title. Requires groupCall.canBeManaged group call flag.

        Returns Ok

      • SetGroupCallTitle

        public SetGroupCallTitle​(int groupCallId,
                                 String title)
        Creates a function, which sets group call title. Requires groupCall.canBeManaged group call flag.

        Returns Ok

        Parameters:
        groupCallId - Group call identifier.
        title - New group call title; 1-64 characters.