-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support reply by bot #17
Comments
Reply's can indeed be read as such (in a upcoming version - i currently use https://test.pypi.org/project/signalbot/0.6.0a1673782638/): ``ctx.message.raw_message.envelope.dataMessage.quote``` {
"id": 1234567890,
"author": "REDACTED",
"authorNumber": "REDACTED",
"authorUuid": "REDACTED",
"text": "message that I replied to",
"attachments": []
} |
After looking into it a bit more i found this:
but i don't think this is currently supported here. |
I just implemented it. Can you take a look here? |
That does work. I would like to keep it open until the 0.8.0 is released. :) |
Released |
As far as I understand there is no way to reply to a message.
It would be nice if the bot could reply to the
command
itself, or other messages.EDIT: you actually can read reply's. And this solves a big portion of my initial description.
The text was updated successfully, but these errors were encountered: