Z
zakkar
Guest
Hi ,
I'm using VS2019 , C# and windows forms. I have used the Viber.Bot nuget package for implementing the REST API that the Viber has exposed for sending messages etc.
I am able to setup a webhook and send a message to myself. But when it comes to broadcast a message to my subscribers list I cannot do that because it requires the Uniques IDs which I don't have .
Their documentation says that with the callbacks I should get the unique ids but where do I DO THAT ??? How can I "trap" these callbacks ?
Let's say that a user sends me a message , the documentation says that it will send a callback with his unique id ...Ok. But where am I suppose to "trap" this response since the Bot is opened in their server ?
Is there any way to get all the responses in a list ??? and try to parse those?
I don't want to use a provider to do all these because as far as I saw there are ready solutions which you have to pay a lot of money.
Can anyone assist me on this ?
Appreciate your help or guidance
Continue reading...
I'm using VS2019 , C# and windows forms. I have used the Viber.Bot nuget package for implementing the REST API that the Viber has exposed for sending messages etc.
I am able to setup a webhook and send a message to myself. But when it comes to broadcast a message to my subscribers list I cannot do that because it requires the Uniques IDs which I don't have .
Their documentation says that with the callbacks I should get the unique ids but where do I DO THAT ??? How can I "trap" these callbacks ?
Let's say that a user sends me a message , the documentation says that it will send a callback with his unique id ...Ok. But where am I suppose to "trap" this response since the Bot is opened in their server ?
Is there any way to get all the responses in a list ??? and try to parse those?
I don't want to use a provider to do all these because as far as I saw there are ready solutions which you have to pay a lot of money.
Can anyone assist me on this ?
Appreciate your help or guidance
Continue reading...