CommandReceiverParameter  
    sealed class CommandReceiverParameter<T> : AbstractCommandParameter<T> , CommandParameter<T> 
Content copied to clipboard
Types
Link copied to clipboard
                class Context(val isOptional: Boolean, val type: KType = typeOf<CommandContext>()) : CommandReceiverParameter<CommandContext> 
Content copied to clipboard
Link copied to clipboard
                class Sender(val isOptional: Boolean, val type: KType) : CommandReceiverParameter<CommandSender> 
Content copied to clipboard