-
Notifications
You must be signed in to change notification settings - Fork 11
answer custom query
Alexey Kravtsov edited this page May 19, 2020
·
1 revision
libtd-ktx / kotlinx.telegram.coroutines / answerCustomQuery
suspend fun
TelegramFlow
.answerCustomQuery(customQueryId:
Long
, data:
String
?):
Unit
Suspend function, which answers a custom query; for bots only.
customQueryId
- Identifier of a custom query.
data
- JSON-serialized answer to the query.