mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix a typo
This commit is contained in:
parent
2fe88cbfe3
commit
d0f8852533
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use crate::{
|
|||
#[derive(Debug, Clone, Serialize)]
|
||||
pub struct UnpinChatMessage<'a> {
|
||||
#[serde(skip_serializing)]
|
||||
pub bot: &'a Bot,
|
||||
bot: &'a Bot,
|
||||
|
||||
pub chat_id: ChatId,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue