class
TD::Update::RecentStickers
- TD::Update::RecentStickers
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/recent_stickers.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(sticker_ids : Array(Int32), is_attached : Bool = false)
Instance Method Summary
- #is_attached : Bool
- #is_attached=(is_attached : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #sticker_ids : Array(Int32)
- #sticker_ids=(sticker_ids : Array(Int32))