( command: BotCommand<Schema>, )
| 57 | * ``` |
| 58 | */ |
| 59 | export function defineBotCommand<Schema extends ObjectSchema>( |
| 60 | command: BotCommand<Schema>, |
| 61 | ): BotCommand<Schema> { |
| 62 | return command; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Platform-neutral descriptor an adapter may use to register a command with the |
no outgoing calls
no test coverage detected
searching dependent graphs…