class
TD::StickerSets
- TD::StickerSets
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/sticker_sets.crConstructors
- .new(total_count : Int32, sets : Array(TD::StickerSetInfo))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #sets : Array(TD::StickerSetInfo)
- #sets=(sets : Array(TD::StickerSetInfo))
- #total_count : Int32
- #total_count=(total_count : Int32)