mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-11 12:31:14 +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(
|
network::request_json(
|
||||||
&self.bot.client(),
|
&self.bot.client(),
|
||||||
&self.bot.token(),
|
&self.bot.token(),
|
||||||
"SetChatTitle",
|
"setChatTitle",
|
||||||
&self
|
&self
|
||||||
).await
|
).await
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue