Command Meta

class telegram_bot_discussion.command.command_meta.CommandMeta[source]

Bases: object

CommandMeta is a special meta class for autogenerate properties values for object of Command class.

action: str

Unique action name for handling its reaction route in CommandHandler.

Type:

str

title: str

Text can be used in button as title. In more tasks it is no needed.

Type:

str