mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
fix wrong method_name
This commit is contained in:
parent
2a3d7cfbfb
commit
85a81dbe52
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ impl SetChatTitle<'_> {
|
|||
network::request_json(
|
||||
&self.bot.client(),
|
||||
&self.bot.token(),
|
||||
"SetChatTitle",
|
||||
"setChatTitle",
|
||||
&self
|
||||
).await
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue