Class TdApi.InputMessageAnimation

    • Field Detail

      • duration

        public int duration
        Duration of the animation, in seconds.
      • width

        public int width
        Width of the animation; may be replaced by the server.
      • height

        public int height
        Height of the animation; may be replaced by the server.
      • CONSTRUCTOR

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

      • InputMessageAnimation

        public InputMessageAnimation()
        Default constructor.
      • InputMessageAnimation

        public InputMessageAnimation​(TdApi.InputFile animation,
                                     TdApi.InputThumbnail thumbnail,
                                     int duration,
                                     int width,
                                     int height,
                                     TdApi.FormattedText caption)
        Constructor for initialization of all fields.
        Parameters:
        animation - Animation file to be sent.
        thumbnail - Animation thumbnail, if available.
        duration - Duration of the animation, in seconds.
        width - Width of the animation; may be replaced by the server.
        height - Height of the animation; may be replaced by the server.
        caption - Animation caption; 0-200 characters.