cargo fmt to add document action

This commit is contained in:
nextel 2019-10-08 18:37:12 +03:00
parent 34ba709b39
commit e3d31ccf97

View file

@ -5,7 +5,6 @@ use async_trait::async_trait;
// TODO: add method to bot/api
///Use this method to send general files. On success, the sent Message is
/// returned. Bots can currently send files of any type of up to 50 MB in size,
/// this limit may be changed in the future.