Files
wecom-wnzs-adapter/service/wecom/etc/constants.py
2026-01-15 17:34:22 +08:00

4 lines
119 B
Python

from typing import Literal
MESSAGE_TYPES: Literal["text", "image", "voice", "video", "textcard", "news", "mpnews"]