Class TdApi.GetAnimatedEmoji

  • Enclosing class:
    TdApi

    public static class TdApi.GetAnimatedEmoji
    extends TdApi.Function
    Returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji.

    Returns AnimatedEmoji

    • Field Detail

      • emoji

        public String emoji
        The emoji.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetAnimatedEmoji

        public GetAnimatedEmoji()
        Default constructor for a function, which returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji.

        Returns AnimatedEmoji

      • GetAnimatedEmoji

        public GetAnimatedEmoji​(String emoji)
        Creates a function, which returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji.

        Returns AnimatedEmoji

        Parameters:
        emoji - The emoji.