mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update src/core/types/chat.rs
Co-Authored-By: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
cc86b2a73d
commit
bca625a9b3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pub enum ChatKind {
|
|||
NonPrivate {
|
||||
title: Option<String>,
|
||||
#[serde(flatten)]
|
||||
non_private_chat_kind: NonPrivateChatKind,
|
||||
kind: NonPrivateChatKind,
|
||||
description: Option<String>,
|
||||
invite_link: Option<String>,
|
||||
pinned_message: Option<Box<Message>>,
|
||||
|
|
Loading…
Reference in a new issue