CmdAction typedef

CmdAction = dynamic Function(Message message, TelegramEx telegram)

Implementation

typedef CmdAction = Function(Message message, TelegramEx telegram);