1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.InlineQueries.abstracts/-chosen-inline-result/index.md
2021-03-17 15:18:37 +00:00

2.5 KiB

//docs/dev.inmo.tgbotapi.types.InlineQueries.abstracts/ChosenInlineResult

ChosenInlineResult

[common] interface ChosenInlineResult

Properties

Name Summary
inlineMessageId [common] abstract val inlineMessageId: InlineMessageIdentifier?
query [common] abstract val query: String
resultId [common] abstract val resultId: InlineQueryIdentifier
user [common] abstract val user: User

Inheritors

Name
BaseChosenInlineResult
LocationChosenInlineResult