Skip to content
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

get_chat_history_count returns wrong #46

Open
3 tasks done
Eikosa opened this issue Feb 18, 2024 · 0 comments
Open
3 tasks done

get_chat_history_count returns wrong #46

Eikosa opened this issue Feb 18, 2024 · 0 comments

Comments

@Eikosa
Copy link

Eikosa commented Feb 18, 2024

Checklist

  • I am sure the error is coming from Pyrofork's code and not elsewhere
  • I have searched in the issue tracker for similar bug reports, including closed ones
  • I ran pip3 install -U git+https://github.com/Mayuri-Chan/pyrofork and reproduced the issue using the latest development version

Description

In many chats it gives the result 2147483647 even though it has nothing to do with it

>> await app.get_chat_history_count(1454618510)
2147483647
>> await app.get_chat_history_count("me")
2147483647

Steps to reproduce

.

Code example

No response

Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant