Merge pull request #64 from Gymmasssorla/context

Fix a typo
This commit is contained in:
Temirkhan Myrzamadi 2019-10-17 07:26:45 +00:00 committed by GitHub
commit 8cc5d18421
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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