How to broadcast message with inline keyboard to all users in Bots.Business?
https://stackoverflow.com/questions/64310583/how-to-broadcast-message-with-inline-keyboard-to-all-users-in-bots-business
https://stackoverflow.com/questions/64310583/how-to-broadcast-message-with-inline-keyboard-to-all-users-in-bots-business
Stack Overflow
How to broadcast message with inline keyboard to all users in Bots.Business?
How to broadcast message with inline keyboard to all users?
I have such code:
Bot.sendMessage("Hello")
I want:
add inline Keyboard to that message
broadcast it to all users
I have such code:
Bot.sendMessage("Hello")
I want:
add inline Keyboard to that message
broadcast it to all users
Do you need full answer with BJS from admin?
- Post your good question in stackoverflow.com (SO) with #bots.business tag
- send SO link to admin
- Post your good question in stackoverflow.com (SO) with #bots.business tag
- send SO link to admin
user math calculations in BJS
https://stackoverflow.com/questions/65613236/please-i-need-params-bjs/65613664#65613664
https://stackoverflow.com/questions/65613236/please-i-need-params-bjs/65613664#65613664
Stack Overflow
Please I need params BJs
I need BJs of if user run a command /add 1 5
Bot will reply with 6
Or
/Calculate 1 5 Addition
Or /calculate 2 8 multiplication
Please I really need this BJs
Bot will reply with 6
Or
/Calculate 1 5 Addition
Or /calculate 2 8 multiplication
Please I really need this BJs
Do you need any integration with Paytm.com?
Anonymous Poll
26%
What it is? 😳
13%
No
21%
I need another integration. I will write about it in comment
40%
Yes
Bots.Business
Do you need any integration with Paytm.com?
For integration we can use this:
https://developer.paytm.com/docs/api/initiate-transaction-api
and this:
https://developer.paytm.com/docs/callback-and-webhook
https://developer.paytm.com/docs/api/initiate-transaction-api
and this:
https://developer.paytm.com/docs/callback-and-webhook
Paytm
Initiate Transaction API
To start transaction for native flow, merchant need to first call this api and this api will return the txn Token which will be used in all the other native APIs.