Source code for tgram_dnd.enums.bot_command_input
from typing import TypedDict
[docs]
class BotCommandInput(TypedDict):
'''translated to `tgram.types.BotCommand <https://z44d.github.io/tgram/tgram.types.html#tgram.types.BotCommand>`_'''
command: str
description: str
language_code: str