Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reformat
  • Loading branch information
z44d committed Jun 21, 2024
commit 4fe419ccf203cd58aa100376ac10ba5bb2fcf234
2 changes: 1 addition & 1 deletion hydrogram/types/user_and_chats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
"VideoChatMembersInvited",
"VideoChatScheduled",
"VideoChatStarted",
"ChatBackground"
"ChatBackground",
]
2 changes: 1 addition & 1 deletion hydrogram/types/user_and_chats/chat_background.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ def _parse(
date=utils.timestamp_to_datetime(wallpaper.document.date),
thumbs=types.Thumbnail._parse(client, wallpaper.document),
client=client,
)
)