Fix a typo

This commit is contained in:
Temirkhan Myrzamadi 2019-10-17 13:25:53 +06:00
parent 2fe88cbfe3
commit d0f8852533

View file

@ -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,
}