class TelegramBot::StickerSet
- TelegramBot::StickerSet
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/sticker_set.crConstructors
Instance Method Summary
- #contains_masks=(contains_masks : Bool)
- #contains_masks? : Bool
- #name : String
- #name=(name : String)
- #stickers : Array(Sticker)
- #stickers=(stickers : Array(Sticker))
- #title : String
- #title=(title : String)