class
Hamilton::Types::StickerSet
- Hamilton::Types::StickerSet
- Reference
- Object
Overview
This object represents a sticker set.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/sticker_set.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#name : String
Sticker set name.
-
#name=(name : String)
Sticker set name.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#sticker_type : String
Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”.
-
#sticker_type=(sticker_type : String)
Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”.
-
#stickrs : Array(Hamilton::Types::Sticker)
List of all set stickers.
-
#stickrs=(stickrs : Array(Hamilton::Types::Sticker))
List of all set stickers.
-
#thumbnail : Hamilton::Types::PhotoSize | Nil
Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format.
-
#thumbnail=(thumbnail : Hamilton::Types::PhotoSize | Nil)
Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format.
-
#title : String
Sticker set title.
-
#title=(title : String)
Sticker set title.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”.
Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”.
Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format.
Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format.