mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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")]
|
||||
User(User),
|
||||
|
||||
/// If a message is sent from a channel.
|
||||
/// Signature of a sender of a message from a channel.
|
||||
#[serde(rename = "author_signature")]
|
||||
Signature(String),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue