Class StickerSet

java.lang.Object
com.pengrad.telegrambot.model.StickerSet
All Implemented Interfaces:
java.io.Serializable

public class StickerSet
extends java.lang.Object
implements java.io.Serializable
Stas Parshin 23 July 2017
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    StickerSet()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean containsMasks()
    Deprecated.
    Use type() and check if it equals to Type.mask
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    java.lang.Boolean isAnimated()  
    java.lang.Boolean isVideo()  
    java.lang.String name()  
    Sticker[] stickers()  
    Sticker.Type stickerType()  
    PhotoSize thumb()
    Deprecated.
    Use thumbnail instead
    PhotoSize thumbnail()  
    java.lang.String title()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • name

      public java.lang.String name()
    • title

      public java.lang.String title()
    • stickerType

      public Sticker.Type stickerType()
    • isAnimated

      public java.lang.Boolean isAnimated()
    • containsMasks

      @Deprecated public java.lang.Boolean containsMasks()
      Deprecated.
      Use type() and check if it equals to Type.mask
    • stickers

      public Sticker[] stickers()
    • thumbnail

      public PhotoSize thumbnail()
    • thumb

      @Deprecated public PhotoSize thumb()
      Deprecated.
      Use thumbnail instead
    • isVideo

      public java.lang.Boolean isVideo()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object