telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
InlineQueryResultCachedAudio
telega
telegram
inline
Undocumented in source.
struct
InlineQueryResultCachedAudio {
string
type
;
string
id
;
string
audio_file_id
;
Nullable
!
string
caption
;
Nullable
!
ParseMode
parse_mode
;
mixin
InlineQueryFields
;
}
Members
Mixins
__anonymous
mixin
InlineQueryFields
Undocumented in source.
Variables
audio_file_id
string
audio_file_id
;
Undocumented in source.
caption
Nullable
!
string
caption
;
Undocumented in source.
id
string
id
;
Undocumented in source.
parse_mode
Nullable
!
ParseMode
parse_mode
;
Undocumented in source.
type
string
type
;
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