#944 Rename "extract()" to "extract_from()" for entities (#945)

* #944 Rename "extract()" to "extract_from()" for entities
This commit is contained in:
Alex Root Junior 2022-06-26 01:36:45 +03:00 committed by GitHub
parent fadb11515e
commit b8893c0971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

1
CHANGES/944.misc.rst Normal file
View file

@ -0,0 +1 @@
`MessageEntity` method `get_text` was removed and `extract` was renamed to `extract_from`