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) #

[View source]

Instance Method Detail

def contains_masks=(contains_masks : Bool) #

[View source]
def contains_masks? : Bool #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def stickers : Array(Sticker) #

[View source]
def stickers=(stickers : Array(Sticker)) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]