class Tourmaline::User
inherits Reference
This object represents a Telegram user or bot.
Included modules
JSON::Serializable
Tourmaline::Model
Constructors
.new(id : Int64, is_bot : Bool, first_name : String, last_name : String? = nil, language_code : String? = nil, can_join_groups : Bool? = nil, can_read_all_group_messages : Bool? = nil, supports_inline_queries : Bool? = nil)
View source
Methods
#add_sticker_to_set(name, png_sticker, emojis, mask_position = nil)
View source
#create_new_sticker_set(name, title, png_sticker, emojis, **kwargs)
View source