mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
request/PinChatMessage added TODO
This commit is contained in:
parent
02d9796667
commit
b0aff65f71
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ impl<'a> PinChatMessage<'a> {
|
|||
}
|
||||
|
||||
impl<'a> Request<'a> for PinChatMessage<'a> {
|
||||
type ReturnValue = bool;
|
||||
type ReturnValue = bool; // TODO: change to unit type True
|
||||
|
||||
fn send(self) -> RequestFuture<'a, ResponseResult<Self::ReturnValue>> {
|
||||
Box::pin(async move {
|
||||
|
|
Loading…
Reference in a new issue