Docs.rs
telegram-bot-fork-0.7.7
telegram-bot-fork 0.7.7
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
hyper-tls ^0.3
normal
telegram-bot-fork-raw =0.7.7
normal
tokio ^0.1
normal
tokio-timer ^0.2
normal
Versions
90.91%
of the crate is documented
Go to latest version
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
☰
CanPinMessage
Required Methods
pin
Implementors
In telegram_bot_fork::prelude
?
Trait
telegram_bot_fork
::
prelude
::
CanPinMessage
source
·
[
−
]
pub trait CanPinMessage { fn
pin
(&self) ->
PinChatMessage
; }
Required Methods
§
source
fn
pin
(&self) ->
PinChatMessage
Implementors
§
source
§
impl<M>
CanPinMessage
for M
where
M:
ToMessageId
+
ToSourceChat
,