mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
fix typo in MIGRATION_GUIDE.md
This commit is contained in:
parent
9f60483389
commit
6945c464ef
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Note that the list of required changes is not fully exhaustive and it may lack s
|
|||
|
||||
- `InputFile` now can't be created like `InputFile::Url(url)` or matched on, use constructors like `InputFile::url`, `InputFile::file`, etc.
|
||||
- `RequestError` and `DownloadError` error variants were slightly renamed
|
||||
`ChatPermissions` is now bitflags.
|
||||
- `ChatPermissions` is now bitflags.
|
||||
|
||||
### teloxide
|
||||
|
||||
|
|
Loading…
Reference in a new issue