Send a message to another user from within a plugin #576
Unanswered
KurtKobalt
asked this question in
Q&A
Replies: 1 comment
-
I'm still stuck with this. The logic is that inside a plugin I want to send a message to another user (so I can't just return information to be delivered to the current user). Not sure if I should instantiate a new bot class, user the raw api directly or pass the main bot instance (if so, how?). I would be happy to pay for an online 1 hour consultation or support. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a plugin that needs to process some db data and initiate a conversation with another user/s based on that data. What would be the best approach to do that? I'd like to maintain the code as clean and minimal as possible.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions