mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Merge branch 'doc_types' of https://github.com/teloxide/teloxide into doc_types
This commit is contained in:
commit
999928787d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ pub enum Sender {
|
||||||
#[serde(rename = "from")]
|
#[serde(rename = "from")]
|
||||||
User(User),
|
User(User),
|
||||||
|
|
||||||
/// If a message is sent from a channel.
|
/// Signature of a sender of a message from a channel.
|
||||||
#[serde(rename = "author_signature")]
|
#[serde(rename = "author_signature")]
|
||||||
Signature(String),
|
Signature(String),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue