Skip to content

Commit 3d7d5fa

Browse files
committed
feat: add ChatBackground to types module exports
1 parent fe4c125 commit 3d7d5fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hydrogram/types/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
from .user_and_chats import (
198198
Chat,
199199
ChatAdminWithInviteLinks,
200+
ChatBackground,
200201
ChatEvent,
201202
ChatEventFilter,
202203
ChatInviteLink,
@@ -269,6 +270,7 @@
269270
"CallbackQuery",
270271
"Chat",
271272
"ChatAdminWithInviteLinks",
273+
"ChatBackground",
272274
"ChatEvent",
273275
"ChatEventFilter",
274276
"ChatInviteLink",

0 commit comments

Comments
 (0)