Module tdlight.api

Class TdApi.AnimatedEmoji

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AnimatedEmoji
Enclosing class:
TdApi

public static final class TdApi.AnimatedEmoji extends TdApi.Object
Describes an animated representation of an emoji.
  • Field Details

    • sticker

      public TdApi.Sticker sticker
      Animated sticker for the emoji.
    • colorReplacements

      public TdApi.ColorReplacement[] colorReplacements
      List of colors to be replaced while the sticker is rendered.
    • sound

      public TdApi.File sound
      File containing the sound to be played when the animated emoji is clicked if any; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • AnimatedEmoji

      public AnimatedEmoji()
      Describes an animated representation of an emoji.
    • AnimatedEmoji

      public AnimatedEmoji(TdApi.Sticker sticker, TdApi.ColorReplacement[] colorReplacements, TdApi.File sound)
      Describes an animated representation of an emoji.
      Parameters:
      sticker - Sticker Animated sticker for the emoji.
      colorReplacements - ColorReplacement[] List of colors to be replaced while the sticker is rendered.
      sound - File File containing the sound to be played when the animated emoji is clicked if any; may be null. The sound is encoded with the Opus codec, and stored inside an OGG container.
    • AnimatedEmoji

      public AnimatedEmoji(DataInput input) throws IOException
      Describes an animated representation of an emoji.
      Throws:
      IOException
  • Method Details