Add send message without first receiving a message
Closed this issue · 0 comments
paked commented
At the moment it is impossible to send a message to a user out of the blue without some voodoo.
I'd suggest adding a Send(r Recipient, m string, replies []QuickReply)
function onto the Messenger
struct.