-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
FixedFixed. Ignored closing.Fixed. Ignored closing.
Description
function invalidAmount() {
results.push({
type: "article",
id: totalResult,
title: "Illegal Statement",
input_message_content: {
message_text:
"Convert_to data isn't numeric! please ensure you enter $ amount from_currency to to_currency\n\nexample for 1 BitCoin to iNR, Enter: $ 1 BTC to INR "
},
reply_markup: {
inline_keyboard: [
[
{
text: "New Query",
switch_inline_query_current_chat: "$ 1 BTC to INR"
}
]
]
}
})
Api.answerInlineQuery({
inline_query_id: request.id,
results: results,
cache_time: 3 // cache time in sec
})
}
why invalidAmount?
May be sendAnswerInvalidAmount ? Because we have answer sending here
Metadata
Metadata
Assignees
Labels
FixedFixed. Ignored closing.Fixed. Ignored closing.