Object
Animation
All Implemented Interfaces:
Serializable, BotApiObject

public class Animation extends Object implements BotApiObject
This object represents an animation file (GIF or H.264/MPEG-4 AVC video without sound).
Version:
2.4
Author:
Ruben Bermudez
See Also:
  • Constructor Details

    • Animation

      public Animation()
  • Method Details

    • getMimetype

      @Deprecated public String getMimetype()
      Deprecated.
      Use {#getMimeType()} instead
    • setMimetype

      @Deprecated public void setMimetype(String mimetype)
      Deprecated.
      Use {#setMimeType(String)} instead