Docs.rs
telegram-bot-0.8.0
telegram-bot 0.8.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
LukasKalbertodt
knsd
gugahoa
Dependencies
bytes ^0.5
normal
futures ^0.3
normal
hyper ^0.13
normal
hyper-rustls ^0.19
normal
optional
hyper-tls ^0.4
normal
optional
multipart ^0.16
normal
telegram-bot-raw ^0.8.0
normal
tokio ^0.2
normal
tracing ^0.1.9
normal
tracing-futures ^0.2
normal
tokio ^0.2
dev
tracing-subscriber ^0.1.5
dev
Versions
63.64%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
Skip to main content
CanUnpinMessage
telegram_
bot
0.8.0
CanUnpin
Message
Required Methods
unpin_message
Implementors
In telegram_
bot::
types::
requests
telegram_bot
::
types
::
requests
Trait
CanUnpin
Message
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
,