fix wrong method_name

This commit is contained in:
P0lunin 2019-10-19 17:00:45 +03:00
parent 2a3d7cfbfb
commit 85a81dbe52

View file

@ -28,7 +28,7 @@ impl SetChatTitle<'_> {
network::request_json(
&self.bot.client(),
&self.bot.token(),
"SetChatTitle",
"setChatTitle",
&self
).await
}