add todo to add Document action

This commit is contained in:
nextel 2019-10-08 18:36:27 +03:00
parent f27a7cb12c
commit 34ba709b39

View file

@ -3,6 +3,9 @@ use crate::requests::{ChatId, Request, RequestContext, ResponseResult};
use crate::types::{Message, ParseMode, ReplyMarkup};
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.