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) #

[View source]

Instance Method Detail

def caption : String | Nil #

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

[View source]
def description : String | Nil #

[View source]
def description=(description : String | 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 reply_markup : InlineKeyboardMarkup | Nil #

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

[View source]
def title : String #

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

[View source]
def type : String #

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

[View source]
def video_file_id : String #

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

[View source]