Fixed typo in videonote (analytics)
This commit is contained in:
parent
453293e38a
commit
0f88cb6059
@ -235,7 +235,7 @@ async def msg_destination_group(app: Client, msg: Message):
|
|||||||
"file_size": thumbail.file_size,
|
"file_size": thumbail.file_size,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
analytics_entry["video_note"] = {
|
analytics_entry["videonote"] = {
|
||||||
"id": msg.video_note.file_id,
|
"id": msg.video_note.file_id,
|
||||||
"duration": msg.video_note.duration,
|
"duration": msg.video_note.duration,
|
||||||
"length": msg.video_note.length,
|
"length": msg.video_note.length,
|
||||||
|
Reference in New Issue
Block a user