Class TdApi.SetGroupCallTitle

Enclosing class:
TdApi

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

Returns Ok

  • Field Details

    • 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:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR