Add chat member tools (#1527)

* feat: add ChatMemberAdapter

* chore: apply formatter

* docs: added changelog

* docs: rm redundant import

* feat: add pre-defined groups
This commit is contained in:
Oleg A 2024-07-06 20:34:07 +03:00 committed by GitHub
parent 5f05dfc664
commit 46e033e6da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 200 additions and 6 deletions

1
CHANGES/1525.feature.rst Normal file
View file

@ -0,0 +1 @@
Added ChatMember resolution tool and updated 2.x migration guide.