mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Add Emoji module
This commit is contained in:
parent
e1b2fc7043
commit
66156431ef
3 changed files with 7812 additions and 0 deletions
|
|
@ -30,3 +30,4 @@ from .client import ChatAction
|
|||
from .client import Client
|
||||
from .client import ParseMode
|
||||
from .client.input_media import InputMedia
|
||||
from .client import Emoji
|
||||
|
|
|
|||
|
|
@ -19,3 +19,4 @@
|
|||
from .chat_action import ChatAction
|
||||
from .client import Client
|
||||
from .parse_mode import ParseMode
|
||||
from .emoji import Emoji
|
||||
|
|
|
|||
7810
pyrogram/client/emoji.py
Normal file
7810
pyrogram/client/emoji.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue