Module tdlight.api

Class TdApi.MessageSticker

Enclosing class:
TdApi

public static final class TdApi.MessageSticker extends TdApi.MessageContent
A sticker message.
  • Field Details

    • sticker

      public TdApi.Sticker sticker
      The sticker description.
    • isPremium

      public boolean isPremium
      True, if premium animation of the sticker must be played.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageSticker

      public MessageSticker()
      A sticker message.
    • MessageSticker

      public MessageSticker(TdApi.Sticker sticker, boolean isPremium)
      A sticker message.
      Parameters:
      sticker - Sticker The sticker description.
      isPremium - boolean True, if premium animation of the sticker must be played.
    • MessageSticker

      public MessageSticker(DataInput input) throws IOException
      A sticker message.
      Throws:
      IOException
  • Method Details