telega.telegram.inline

Undocumented in source.

Members

Aliases

InlineQueryResult
alias InlineQueryResult = JsonableAlgebraicProxy!InlineQueryResultStructs
Undocumented in source.
InlineQueryResultStructs
alias InlineQueryResultStructs = AliasSeq!(InlineQueryResultArticle, InlineQueryResultPhoto, InlineQueryResultGif, InlineQueryResultMpeg4Gif, InlineQueryResultVideo, InlineQueryResultAudio, InlineQueryResultVoice, InlineQueryResultDocument, InlineQueryResultLocation, InlineQueryResultVenue, InlineQueryResultContact, InlineQueryResultGame, InlineQueryResultCachedPhoto, InlineQueryResultCachedGif, InlineQueryResultCachedMpeg4Gif, InlineQueryResultCachedSticker, InlineQueryResultCachedDocument, InlineQueryResultCachedVideo, InlineQueryResultCachedVoice, InlineQueryResultCachedAudio)
Undocumented in source.

Functions

answerInlineQuery
bool answerInlineQuery(BotApi api, AnswerInlineQueryMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
answerInlineQuery
bool answerInlineQuery(BotApi api, string inlineQueryId, InlineQueryResult[] results)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

InlineQueryFields
mixintemplate InlineQueryFields()
Undocumented in source.

Structs

AnswerInlineQueryMethod
struct AnswerInlineQueryMethod
Undocumented in source.
InlineQuery
struct InlineQuery
Undocumented in source.
InlineQueryResultArticle
struct InlineQueryResultArticle
Undocumented in source.
InlineQueryResultAudio
struct InlineQueryResultAudio
Undocumented in source.
InlineQueryResultCachedAudio
struct InlineQueryResultCachedAudio
Undocumented in source.
InlineQueryResultCachedDocument
struct InlineQueryResultCachedDocument
Undocumented in source.
InlineQueryResultCachedGif
struct InlineQueryResultCachedGif
Undocumented in source.
InlineQueryResultCachedMpeg4Gif
struct InlineQueryResultCachedMpeg4Gif
Undocumented in source.
InlineQueryResultCachedPhoto
struct InlineQueryResultCachedPhoto
Undocumented in source.
InlineQueryResultCachedSticker
struct InlineQueryResultCachedSticker
Undocumented in source.
InlineQueryResultCachedVideo
struct InlineQueryResultCachedVideo
Undocumented in source.
InlineQueryResultCachedVoice
struct InlineQueryResultCachedVoice
Undocumented in source.
InlineQueryResultContact
struct InlineQueryResultContact
Undocumented in source.
InlineQueryResultDocument
struct InlineQueryResultDocument
Undocumented in source.
InlineQueryResultGame
struct InlineQueryResultGame
Undocumented in source.
InlineQueryResultGif
struct InlineQueryResultGif
Undocumented in source.
InlineQueryResultLocation
struct InlineQueryResultLocation
Undocumented in source.
InlineQueryResultMpeg4Gif
struct InlineQueryResultMpeg4Gif
Undocumented in source.
InlineQueryResultPhoto
struct InlineQueryResultPhoto
Undocumented in source.
InlineQueryResultVenue
struct InlineQueryResultVenue
Undocumented in source.
InlineQueryResultVideo
struct InlineQueryResultVideo
Undocumented in source.
InlineQueryResultVoice
struct InlineQueryResultVoice
Undocumented in source.

Meta