Class TdApi.AnimatedEmoji

  • Enclosing class:
    TdApi

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

      • sticker

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

        public int fitzpatrickType
        Emoji modifier fitzpatrick type; 0-6; 0 if none.
      • 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
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AnimatedEmoji

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

        public AnimatedEmoji​(TdApi.Sticker sticker,
                             int fitzpatrickType,
                             TdApi.File sound)
        Describes an animated representation of an emoji.
        Parameters:
        sticker - Animated sticker for the emoji.
        fitzpatrickType - Emoji modifier fitzpatrick type; 0-6; 0 if none.
        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.