mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +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> {
|
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>> {
|
fn send(self) -> RequestFuture<'a, ResponseResult<Self::ReturnValue>> {
|
||||||
Box::pin(async move {
|
Box::pin(async move {
|
||||||
|
|
Loading…
Reference in a new issue