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
It would be very nice, if you allowed passing random_id parameter to gramers_client::Client::send_message, instead of generating random_id every time.
We want to use it, to be sure we don't send duplicate messages to users, generating random_id from specific parameters and not just a random one
The text was updated successfully, but these errors were encountered:
Feel free to send a PR adding it to InputMessage. And please document the usecase, because I've never seen this explicitly requested for this reason before.
It would be very nice, if you allowed passing random_id parameter to gramers_client::Client::send_message, instead of generating random_id every time.
We want to use it, to be sure we don't send duplicate messages to users, generating random_id from specific parameters and not just a random one
The text was updated successfully, but these errors were encountered: