Docs.rs
telegram-bot-fork-0.7.8
telegram-bot-fork 0.7.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Emulator000
Dependencies
antidote ^1.0
normal
error-chain ^0.11
normal
futures ^0.1
normal
http ^0.1
normal
hyper ^0.12
normal
optional
hyper-tls ^0.3
normal
optional
telegram-bot-fork-raw =0.7.8
normal
tokio ^0.1
normal
tokio-timer ^0.2
normal
Versions
54.55%
of the crate is documented
Platform
i686-pc-windows-msvc
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_
fork
0.7.8
CanUnpin
Message
Required Methods
unpin_message
Implementors
In telegram_
bot_
fork::
prelude
telegram_bot_fork
::
prelude
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
,