ChatGroupCommand

constructor(extension: Extension, arguments: () -> T? = null, parent: ChatGroupCommand<out Arguments>? = null)

Parameters

extension

The extension that registered this grouped command.

parent

The ChatGroupCommand this group exists under, if any.