You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! First and foremost, I have to say that I love your project! That being said, I'd like to propose some interesting features that would make the project more complete:
Send a payment to an specific UUID with a new bot.clientCommands.grid.sendPayment method.
Subscribe to incoming payments with a new bot.clientEvents.onPaymentReceived.subscribe method.
Check your balance using a new bot.clientCommands.grid.checkBalance method.
Add the field joinPrice to GroupInviteEvent that indicates the amount of cash required to join the group.
Ideally the sendPayment method would be promise-based to check if the payment was sent properly, or perhaps a new method bot.clientEvents.onPaymentCompleted method to check for that would be better?
Thanks for your work!
The text was updated successfully, but these errors were encountered:
All implemented - I won't do the "joinPrice" because this is just part of the group invite message string, and the format could change at any time, so it's rather out of scope of this library. If you want to parse this in your application feel free :)
Hello! First and foremost, I have to say that I love your project! That being said, I'd like to propose some interesting features that would make the project more complete:
bot.clientCommands.grid.sendPayment
method.bot.clientEvents.onPaymentReceived.subscribe
method.bot.clientCommands.grid.checkBalance
method.joinPrice
to GroupInviteEvent that indicates the amount of cash required to join the group.Ideally the sendPayment method would be promise-based to check if the payment was sent properly, or perhaps a new method
bot.clientEvents.onPaymentCompleted
method to check for that would be better?Thanks for your work!
The text was updated successfully, but these errors were encountered: