class TelegramBot::InlineQueryResultCachedGif
Defined in:
telegram_bot/types/inline/inline_query_result_cached_gif.crConstant Summary
-
FIELDS =
{type: {type: String, mustbe: "gif"}, id: String, gif_file_id: String, title: {type: String, nilable: true}, caption: {type: String, nilable: true}, reply_markup: {type: InlineKeyboardMarkup, nilable: true}, input_message_content: {type: InputMessageContent, nilable: true}}