Functions
answerCallbackQuery
Link copied to clipboard
suspend fun RequestsExecutor.answerCallbackQuery(callbackQuery: CallbackQuery, text: String?, showAlert: Boolean?, url: String?, cachedTimeSeconds: Int?): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.answerCallbackQuery(callbackQueryId: String, text: String?, showAlert: Boolean?, url: String?, cachedTimeSeconds: Int?): Boolean
Content copied to clipboard
answerInlineQuery
Link copied to clipboard
suspend fun RequestsExecutor.answerInlineQuery(inlineQuery: InlineQuery, results: List<InlineQueryResult>, cachedTime: Int?, isPersonal: Boolean?, nextOffset: String?, switchPmText: String?, switchPmParameter: String?): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.answerInlineQuery(inlineQueryID: String, results: List<InlineQueryResult>, cachedTime: Int?, isPersonal: Boolean?, nextOffset: String?, switchPmText: String?, switchPmParameter: String?): Boolean
Content copied to clipboard