telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
InlineQueryResultCachedVideo
telega
telegram
inline
Undocumented in source.
struct
InlineQueryResultCachedVideo {
string
type
;
string
id
;
string
video_file_id
;
string
title
;
Nullable
!
string
description
;
Nullable
!
string
caption
;
Nullable
!
ParseMode
parse_mode
;
mixin
InlineQueryFields
;
}
Members
Mixins
__anonymous
mixin
InlineQueryFields
Undocumented in source.
Variables
caption
Nullable
!
string
caption
;
Undocumented in source.
description
Nullable
!
string
description
;
Undocumented in source.
id
string
id
;
Undocumented in source.
parse_mode
Nullable
!
ParseMode
parse_mode
;
Undocumented in source.
title
string
title
;
Undocumented in source.
type
string
type
;
Undocumented in source.
video_file_id
string
video_file_id
;
Undocumented in source.
Mixed In Members
From
mixin
InlineQueryFields
reply_markup
Nullable
!
InlineKeyboardMarkup
reply_markup
;
Undocumented in source.
input_message_content
Nullable
!
InputMessageContent
input_message_content
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
inline
aliases
InlineQueryResult
InlineQueryResultStructs
functions
answerInlineQuery
mixin templates
InlineQueryFields
structs
AnswerInlineQueryMethod
InlineQuery
InlineQueryResultArticle
InlineQueryResultAudio
InlineQueryResultCachedAudio
InlineQueryResultCachedDocument
InlineQueryResultCachedGif
InlineQueryResultCachedMpeg4Gif
InlineQueryResultCachedPhoto
InlineQueryResultCachedSticker
InlineQueryResultCachedVideo
InlineQueryResultCachedVoice
InlineQueryResultContact
InlineQueryResultDocument
InlineQueryResultGame
InlineQueryResultGif
InlineQueryResultLocation
InlineQueryResultMpeg4Gif
InlineQueryResultPhoto
InlineQueryResultVenue
InlineQueryResultVideo
InlineQueryResultVoice