[BUG] ClientForbiddenError (403) error #652
nickrinaldi88
started this conversation in
General
Replies: 2 comments 1 reply
-
UPDATE: It seems like this error occurs when I try to send messages through either 1. iteration, or 2. sending a standalone string. For example:
and
will both through the error. Simply passing in the list of id's, however, like so:
works fine. However, it seems to start a message thread of all the user's in the list, when my goal is messages users individually. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I'm receiving a ClientForbiddenError when trying to send a message to some public users.
To Reproduce
Traceback
Expected behavior
I expected that the user_ids I provide to the
direct_send
method will receive the message I provide in the first argument.Desktop (please complete the following information):
Additional context
It's not clear in the docs why this error is occurring. I understand what a 403 error is, but how can I be authorized to send a message through the library? I believed I needed to log in through
and I'm good to go.
Beta Was this translation helpful? Give feedback.
All reactions