Add get_default_emoji_statuses method · shellsec/pyrogram@04b343f · GitHub
Skip to content

Commit 04b343f

Browse files
committed
Add get_default_emoji_statuses method
1 parent f731985 commit 04b343f

3 files changed

Lines changed: 46 additions & 0 deletions

File tree

compiler/docs/compiler.py

Lines changed: 1 addition & 0 deletions

pyrogram/methods/users/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from .get_chat_photos import GetChatPhotos
2222
from .get_chat_photos_count import GetChatPhotosCount
2323
from .get_common_chats import GetCommonChats
24+
from .get_default_emoji_statuses import GetDefaultEmojiStatuses
2425
from .get_me import GetMe
2526
from .get_users import GetUsers
2627
from .set_profile_photo import SetProfilePhoto
@@ -41,5 +42,6 @@ class Users(
4142
GetChatPhotosCount,
4243
UnblockUser,
4344
UpdateProfile,
45+
GetDefaultEmojiStatuses
4446
):
4547
pass
Lines changed: 43 additions & 0 deletions

0 commit comments

Comments
 (0)