Class TdApi.SetStickerSetTitle

Enclosing class:
TdApi

public static class TdApi.SetStickerSetTitle extends TdApi.Function<TdApi.Ok>
Sets a sticker set title.

Returns Ok

  • Field Details

    • name

      public String name
      Sticker set name. The sticker set must be owned by the current user.
    • title

      public String title
      New sticker set title.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SetStickerSetTitle

      public SetStickerSetTitle()
      Default constructor for a function, which sets a sticker set title.

      Returns Ok

    • SetStickerSetTitle

      public SetStickerSetTitle(String name, String title)
      Creates a function, which sets a sticker set title.

      Returns Ok

      Parameters:
      name - Sticker set name. The sticker set must be owned by the current user.
      title - New sticker set title.
  • 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