Docs.rs
telegram-bot-async-raw-0.8.2
telegram-bot-async-raw 0.8.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
crackcomm
Dependencies
failure ^0.1.5
normal
serde ^1.0
normal
serde-value ^0.5
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
Versions
57.8%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
telegram_
bot_
async_
raw
0.8.2
CanUnpin
Message
Required Methods
unpin_message
Implementors
In telegram_
bot_
async_
raw::
requests::
unpin_
chat_
message
telegram_bot_async_raw
::
requests
::
unpin_chat_message
Trait
CanUnpinMessage
Copy item path
Source
pub trait CanUnpinMessage { // Required method fn
unpin_message
(&self) ->
UnpinChatMessage
; }
Required Methods
§
Source
fn
unpin_message
(&self) ->
UnpinChatMessage
Implementors
§
Source
§
impl<C>
CanUnpinMessage
for C
where C:
ToChatRef
,