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
CanPin
Message
Required Methods
pin
Implementors
In telegram_
bot_
async_
raw::
requests::
pin_
chat_
message
telegram_bot_async_raw
::
requests
::
pin_chat_message
Trait
CanPinMessage
Copy item path
Source
pub trait CanPinMessage { // Required method fn
pin
(&self) ->
PinChatMessage
; }
Required Methods
§
Source
fn
pin
(&self) ->
PinChatMessage
Implementors
§
Source
§
impl<M>
CanPinMessage
for M
where M:
ToMessageId
+
ToSourceChat
,