Hi,
I’m writing a plugin that defines a slash command, and I need to access the attachments of the slash command message. In the CommandArgs parameter of the ExecuteCommand
hook, there are both RootId
and ParentId
properties, both of which are not the PostId
or FileIds
I need.
Is there a way to get to the command message’s attachments?