mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
fmt?
This commit is contained in:
parent
13e5ed8fb4
commit
0f08fd6cdb
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ impl Serialize for UpdateKind {
|
||||||
mod test {
|
mod test {
|
||||||
use crate::types::{
|
use crate::types::{
|
||||||
Chat, ChatId, ChatKind, ChatPrivate, MediaKind, MediaText, Message, MessageCommon,
|
Chat, ChatId, ChatKind, ChatPrivate, MediaKind, MediaText, Message, MessageCommon,
|
||||||
MessageKind, Update, UpdateKind, User, UserId, MessageId
|
MessageId, MessageKind, Update, UpdateKind, User, UserId,
|
||||||
};
|
};
|
||||||
|
|
||||||
use chrono::{DateTime, NaiveDateTime, Utc};
|
use chrono::{DateTime, NaiveDateTime, Utc};
|
||||||
|
|
Loading…
Reference in a new issue