Module tdlight.api

Class TdApi.SetStickerSetTitle

Enclosing class:
TdApi

public static final class TdApi.SetStickerSetTitle extends TdApi.Function<TdApi.Ok>
Sets a sticker set title; for bots only. Returns Ok
  • Field Details

    • name

      public String name
      Sticker set name.
    • title

      public String title
      New sticker set title.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • SetStickerSetTitle

      public SetStickerSetTitle()
      Sets a sticker set title; for bots only. Returns Ok
    • SetStickerSetTitle

      public SetStickerSetTitle(String name, String title)
      Sets a sticker set title; for bots only. Returns Ok
      Parameters:
      name - String Sticker set name.
      title - String New sticker set title.
    • SetStickerSetTitle

      public SetStickerSetTitle(DataInput input) throws IOException
      Sets a sticker set title; for bots only. Returns Ok
      Throws:
      IOException
  • Method Details