Are you an LLM? You can read better optimized documentation at /en/message-templates/types/custom-commands/parameters.md for this page in Markdown format
Parameters
This data type describes parameters related information for custom actions.
INFO
For more information about custom commands parameters and how to use them, check Parameters article.
Properties
This data type uses a dynamic properties list depending on what exact parameters were passed into the current action using store method or run tag. They are accessible by their name as property name.
Methods
get(Key)
Returns a parameter value by its key.
Returns: Member, Role, TextChannel, NewsChannel, VoiceChannel, StageChannel, ForumChannel, MediaChannel, ThreadChannel, Category, Number, String
store(Key, Value)
Stores specified value into parameters context.