mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-13 11:18:17 +01:00
Add docs for setters mod
This commit is contained in:
parent
8f85cffe94
commit
f0609c06bc
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
//! Payloads - data types sended to relegram
|
||||
|
||||
/// This module reexports all setters traits as `_`. When used with a glob import:
|
||||
/// ```
|
||||
/// use teloxide_core::payloads::setters::*;
|
||||
/// ```
|
||||
/// It allows you to use all payloads setters, without polluting your namespace.
|
||||
pub mod setters;
|
||||
|
||||
// This block is auto generated by `cg` <https://github.com/teloxide/cg> (878e847).
|
||||
|
|
Loading…
Add table
Reference in a new issue