class Tourmaline::StickerSet

Included Modules

Defined in:

tourmaline/models/sticker_set.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

Constructor Detail

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

[View source]

Instance Method Detail

def animated? : Bool #

[View source]
def name : String #

[View source]
def sticker_type : Sticker::Type #

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

[View source]
def thumb : PhotoSize | Nil #

[View source]
def title : String #

[View source]
def video? : Bool #

[View source]