class TelegramBot::InlineQueryResultGif

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_gif.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, gif_url : String, *, gif_width : Int32 | Nil = nil, gif_height : Int32 | Nil = nil, gif_duration : Int32 | Nil = nil, thumb_url : String, thumb_mime_type : Nil | String = nil, title : Nil | String = nil, caption : Nil | String = nil, parse_mode : Nil | String = nil, 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 caption : String | Nil #

[View source]
def caption=(caption : String | Nil) #

[View source]
def gif_duration : Int32 | Nil #

[View source]
def gif_duration=(gif_duration : Int32 | Nil) #

[View source]
def gif_height : Int32 | Nil #

[View source]
def gif_height=(gif_height : Int32 | Nil) #

[View source]
def gif_url : String #

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

[View source]
def gif_width : Int32 | Nil #

[View source]
def gif_width=(gif_width : Int32 | Nil) #

[View source]
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 parse_mode : String | Nil #

[View source]
def parse_mode=(parse_mode : String | Nil) #

[View source]
def reply_markup : InlineKeyboardMarkup | Nil #

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

[View source]
def thumb_mime_type : String | Nil #

[View source]
def thumb_mime_type=(thumb_mime_type : String | Nil) #

[View source]
def thumb_url : String #

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

[View source]
def title : String | Nil #

[View source]
def title=(title : String | Nil) #

[View source]
def type : String #

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

[View source]