Null is returned when using chat.channel.getUserInfo() in an Open Group chat with more than 1000 people. #75
Labels
approved
Issue approved and have plan to fix or enhancement
bug
Something isn't working
help wanted
Extra attention is needed
Describe the bug
Null is returned when using
chat.channel.getUserInfo()
in an Open Gruop chat with more than 1000 people.To Reproduce
Run the code
chat.channel.getUserInfo(chat.sender)
on a chat room with more than 1000 people, null will be returned.Expected behavior
It should return information about
chat.sender
.The text was updated successfully, but these errors were encountered: