mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
request/PinChatMessage pub fixes
This commit is contained in:
parent
b7e0a1c7d1
commit
02d9796667
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ pub struct PinChatMessage<'a> {
|
||||||
ctx: RequestContext<'a>,
|
ctx: RequestContext<'a>,
|
||||||
/// Unique identifier for the target chat or username
|
/// Unique identifier for the target chat or username
|
||||||
/// of the target supergroup or channel (in the format @channelusername)
|
/// of the target supergroup or channel (in the format @channelusername)
|
||||||
chat_id: ChatId,
|
pub chat_id: ChatId,
|
||||||
message_id: i32,
|
pub message_id: i32,
|
||||||
disable_notification: bool
|
pub disable_notification: bool
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> PinChatMessage<'a> {
|
impl<'a> PinChatMessage<'a> {
|
||||||
|
|
Loading…
Reference in a new issue