class TelegramBot::InlineQueryResultCachedDocument
Defined in:
telegram_bot/types/inline/inline_query_result_cached_document.crConstant Summary
-
FIELDS =
{type: {type: String, mustbe: "document"}, id: String, title: String, document_file_id: String, description: {type: String, nilable: true}, caption: {type: String, nilable: true}, reply_markup: {type: InlineKeyboardMarkup, nilable: true}, input_message_content: {type: InputMessageContent, nilable: true}}
Constructors
Constructor Detail
def self.new(id : String, title : String, document_file_id : String, description : String | Nil = nil, caption : String | Nil = nil, reply_markup : InlineKeyboardMarkup | Nil = nil, input_message_content : InputMessageContent | Nil = nil)
#