mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
add todo to add Document action
This commit is contained in:
parent
f27a7cb12c
commit
34ba709b39
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue