Class TdApi.InputSticker

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.InputSticker
Enclosing class:
TdApi

public static class TdApi.InputSticker extends TdApi.Object
A sticker to be added to a sticker set.
  • Field Details

    • sticker

      public TdApi.InputFile sticker
      File with the sticker; must fit in a 512x512 square. For WEBP stickers the file must be in WEBP or PNG format, which will be converted to WEBP server-side. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements.
    • format

      public TdApi.StickerFormat format
      Format of the sticker.
    • emojis

      public String emojis
      String with 1-20 emoji corresponding to the sticker.
    • maskPosition

      public TdApi.MaskPosition maskPosition
      Position where the mask is placed; pass null if not specified.
    • keywords

      public String[] keywords
      List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.
    • CONSTRUCTOR

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

    • InputSticker

      public InputSticker()
      A sticker to be added to a sticker set.
    • InputSticker

      public InputSticker(TdApi.InputFile sticker, TdApi.StickerFormat format, String emojis, TdApi.MaskPosition maskPosition, String[] keywords)
      A sticker to be added to a sticker set.
      Parameters:
      sticker - File with the sticker; must fit in a 512x512 square. For WEBP stickers the file must be in WEBP or PNG format, which will be converted to WEBP server-side. See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements.
      format - Format of the sticker.
      emojis - String with 1-20 emoji corresponding to the sticker.
      maskPosition - Position where the mask is placed; pass null if not specified.
      keywords - List of up to 20 keywords with total length up to 64 characters, which can be used to find the sticker.
  • 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