class TelegramBot::InlineQueryResultCachedVideo

Included Modules

Defined in:

telegram_bot/types/inline/inline_query_result_cached_video.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def caption : String | Nil #

def caption=(caption : String | Nil) #

def description : String | Nil #

def description=(description : String | Nil) #

def id : String #

def id=(id : String) #

def input_message_content : InputMessageContent | Nil #

def input_message_content=(input_message_content : InputMessageContent | Nil) #

def reply_markup : InlineKeyboardMarkup | Nil #

def reply_markup=(reply_markup : InlineKeyboardMarkup | Nil) #

def title : String #

def title=(title : String) #

def type : String #

def type=(type : String) #

def video_file_id : String #

def video_file_id=(video_file_id : String) #