We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ce88 commit ff6a654Copy full SHA for ff6a654
botpy/types/message.py
@@ -56,7 +56,7 @@ class MessageMarkdownParams(TypedDict):
56
57
58
class MarkdownPayload(TypedDict, total=False):
59
- template_id: int
+ custom_template_id: str
60
params: List[MessageMarkdownParams]
61
content: str
62
0 commit comments