Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class InviteAcceptCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
abstract class InviteCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
abstract class InviteDiscardCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext
Link copied to clipboard
Link copied to clipboard
abstract class ListInvitesCommandContext(val parsers: Map<Class<*>, ArgumentParser> = DEFAULT_PARSERS) : CommandProcessor, CommandContext