Skip to content

Commit ff6a654

Browse files
authored
fix: update message.py markdown payload struct (#127)
1 parent f23ce88 commit ff6a654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botpy/types/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class MessageMarkdownParams(TypedDict):
5656

5757

5858
class MarkdownPayload(TypedDict, total=False):
59-
template_id: int
59+
custom_template_id: str
6060
params: List[MessageMarkdownParams]
6161
content: str
6262

0 commit comments

Comments
 (0)