class TelegramBot::InlineQueryResultGif
Defined in:
telegram_bot/types/inline/inline_query_result_gif.crConstant Summary
-
FIELDS =
{type: {type: String, mustbe: "gif"}, id: String, gif_url: String, gif_width: {type: Int32, nilable: true}, gif_height: {type: Int32, nilable: true}, gif_duration: {type: Int32, nilable: true}, thumb_url: String, title: {type: String, nilable: true}, caption: {type: String, nilable: true}, reply_markup: {type: InlineKeyboardMarkup, nilable: true}, input_message_content: {type: InputMessageContent, nilable: true}}
Constructors
- .new(id : String, gif_url : String, thumb_url : String, gif_width : Int32 | Nil = nil, gif_height : Int32 | Nil = nil, gif_duration : Int32 | Nil = nil, title : String | Nil = nil, caption : String | Nil = nil, reply_markup : InlineKeyboardMarkup | Nil = nil, input_message_content : InputMessageContent | Nil = nil)
- .new(__temp_328 : JSON::PullParser)
Instance Method Summary
- #caption : String | Nil
- #caption=(_caption : String | Nil)
- #gif_duration : Int32 | Nil
- #gif_duration=(_gif_duration : Int32 | Nil)
- #gif_height : Int32 | Nil
- #gif_height=(_gif_height : Int32 | Nil)
- #gif_url : String
- #gif_url=(_gif_url : String)
- #gif_width : Int32 | Nil
- #gif_width=(_gif_width : Int32 | Nil)
- #id : String
- #id=(_id : String)
- #input_message_content : InputMessageContent | Nil
- #input_message_content=(_input_message_content : InputMessageContent | Nil)
- #reply_markup : InlineKeyboardMarkup | Nil
- #reply_markup=(_reply_markup : InlineKeyboardMarkup | Nil)
- #thumb_url : String
- #thumb_url=(_thumb_url : String)
- #title : String | Nil
- #title=(_title : String | Nil)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)