mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 13:34:51 +00:00
Add a bunch of TODOs
This commit is contained in:
parent
88292cf7d6
commit
6201f6b1f7
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ ENTITIES = {
|
|||
types.MessageEntityCode.ID: "code",
|
||||
types.MessageEntityPre.ID: "pre",
|
||||
types.MessageEntityTextUrl.ID: "text_link",
|
||||
# TODO: text_mention
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -83,6 +84,7 @@ def parse_channel_chat(channel: types.Channel):
|
|||
)
|
||||
|
||||
|
||||
# TODO: Reorganize code, maybe split parts as well
|
||||
def parse_message(message: types.Message, users: dict, chats: dict):
|
||||
entities = parse_entities(message.entities)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue