mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
commit
8cc5d18421
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