Fixed typo in videonote (analytics)

This commit is contained in:
Profitroll 2023-04-19 10:38:45 +02:00
parent 453293e38a
commit 0f88cb6059
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ async def msg_destination_group(app: Client, msg: Message):
"file_size": thumbail.file_size,
}
)
analytics_entry["video_note"] = {
analytics_entry["videonote"] = {
"id": msg.video_note.file_id,
"duration": msg.video_note.duration,
"length": msg.video_note.length,