`GetChatMemberCount` vs `GetChatMembersCount` in the 3.x docs
Checklist
- [X] I am sure the error is coming from aiogram code
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
Operating system
n/a
Python version
n/a
aiogram version
3.0
Expected behavior
Only getChatMemberCount page in methods docs is exists
Current behavior
getChatMembersCount and getChatMemberCount pages are exists
Steps to reproduce
- Open 3.x docs
- Open "Bot API" page
- Open "Methods" page
- See the misspell
Code example
No response
Logs
No response
Additional information
https://docs.aiogram.dev/en/dev-3.x/api/methods/get_chat_member_count.html https://docs.aiogram.dev/en/dev-3.x/api/methods/get_chat_members_count.html
It's not really a bug because one of the changes introduced in Bot API 5.3 was renaming getChatMembersCount to getChatMemberCount: https://core.telegram.org/bots/api-changelog#june-25-2021
It might be a good suggestion to remove backwards-compatibility methods from docs as 3.0 would be "brand new" version without any need for such methods, so I'm reopening it.
@aiogram/dev-team what do you think?
It seems redundant. I vote to remove old name