Class StickerSet
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.stickers.StickerSet
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class StickerSet extends Object implements BotApiObject
- Version:
- 1.0 This object represents a sticker set.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StickerSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAnimated()BooleangetContainsMasks()StringgetName()List<Sticker>getStickers()StringgetTitle()StringtoString()
-