class TelegramBot::StickerSet

Included Modules

Defined in:

telegram_bot/types/sticker_set.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def contains_masks=(contains_masks : Bool) #

def contains_masks? : Bool #

def name : String #

def name=(name : String) #

def stickers : Array(Sticker) #

def stickers=(stickers : Array(Sticker)) #

def title : String #

def title=(title : String) #