4 lines
119 B
Python
4 lines
119 B
Python
from typing import Literal
|
|
|
|
MESSAGE_TYPES: Literal["text", "image", "voice", "video", "textcard", "news", "mpnews"]
|