Class BaseStickerWrapper

  • All Implemented Interfaces:

    
    public final class BaseStickerWrapper
    
                        

    Wraps the obfuscated BaseSticker class to provide nice method names and require only one central update if method names change after an update

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseStickerWrapper(BaseSticker sticker)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final StickerFormatType getFormatType()
      final String getFormat()
      final StickerPartial getStickerPartial()
      final Long getId()
      final BaseSticker raw() Returns the raw (obfuscated) BaseSticker Object associated with this wrapper
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseStickerWrapper

        BaseStickerWrapper(BaseSticker sticker)