telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
AnswerInlineQueryMethod
telega
telegram
inline
Undocumented in source.
struct
AnswerInlineQueryMethod {
mixin
TelegramMethod
!
"/answerInlineQuery"
;
string
inline_query_id
;
InlineQueryResult
[]
results
;
uint
cache_time
;
bool
is_personal
;
string
next_offset
;
string
switch_pm_text
;
string
switch_pm_parameter
;
}
Members
Mixins
__anonymous
mixin
TelegramMethod
!
"/answerInlineQuery"
Undocumented in source.
Variables
cache_time
uint
cache_time
;
Undocumented in source.
inline_query_id
string
inline_query_id
;
Undocumented in source.
is_personal
bool
is_personal
;
Undocumented in source.
next_offset
string
next_offset
;
Undocumented in source.
results
InlineQueryResult
[]
results
;
Undocumented in source.
switch_pm_parameter
string
switch_pm_parameter
;
Undocumented in source.
switch_pm_text
string
switch_pm_text
;
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