class TelegramBot::InlineQueryResultCachedSticker

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_cached_sticker.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, sticker_file_id : String, *, reply_markup : Nil | TelegramBot::InlineKeyboardMarkup = nil, input_message_content : TelegramBot::InputMessageContent | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def id : String #

[View source]
def id=(id : String) #

[View source]
def input_message_content : InputMessageContent | Nil #

[View source]
def input_message_content=(input_message_content : InputMessageContent | Nil) #

[View source]
def reply_markup : InlineKeyboardMarkup | Nil #

[View source]
def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

[View source]
def sticker_file_id : String #

[View source]
def sticker_file_id=(sticker_file_id : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]