class TelegramBot::InlineQueryResultArticle

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_article.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, title : String, input_message_content : InputMessageContent, *, reply_markup : InlineKeyboardMarkup | Nil = nil, url : String | Nil = nil, hide_url : Bool | Nil = nil, description : Nil | String = nil, thumb_url : Nil | String = nil, thumb_width : Int32 | Nil = nil, thumb_height : Int32 | Nil = nil) #

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

Instance Method Detail

def description : String | Nil #

def description=(description : String | Nil) #

def hide_url=(hide_url : Bool | Nil) #

def hide_url? : Bool | Nil #

def id : String #

def id=(id : String) #

def input_message_content : InputMessageContent #

def input_message_content=(input_message_content : InputMessageContent) #

def reply_markup : InlineKeyboardMarkup | Nil #

def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

def thumb_height : Int32 | Nil #

def thumb_height=(thumb_height : Int32 | Nil) #

def thumb_url : String | Nil #

def thumb_url=(thumb_url : String | Nil) #

def thumb_width : Int32 | Nil #

def thumb_width=(thumb_width : Int32 | Nil) #

def title : String #

def title=(title : String) #

def type : String #

def type=(type : String) #

def url : String | Nil #

def url=(url : String | Nil) #