class TelegramBot::InputSticker

Included Modules

Defined in:

telegram_bot/types/input_sticker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sticker : String | AttachedFile, format : String, emoji_list : Array(String), mask_position : MaskPosition | Nil = nil, keywords : Array(String) | Nil = nil) #

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def collect_attachments(attachments : Hash(String, String | ::File)) : Nil #

def emoji_list : Array(String) #

def emoji_list=(emoji_list : Array(String)) #

def format : String #

def format=(format : String) #

def keywords : Array(String) | Nil #

def keywords=(keywords : Array(String) | Nil) #

def mask_position : MaskPosition | Nil #

def mask_position=(mask_position : MaskPosition | Nil) #

def sticker : String | AttachedFile #

def sticker=(sticker : String | AttachedFile) #