Hi! Thank you for maintaining Mattermost.NET.
I’m using interactive message buttons via PostPropsAction.Integration.Url / Integration.Context. When a user clicks a button, Mattermost sends an HTTP POST request to the integration URL with the action payload.
Does Mattermost.NET provide a built-in model/DTO for deserializing this incoming interactive action payload, or should applications define their own DTO?
I’m referring to the payload that contains fields like user_id, channel_id, post_id, trigger_id, type, and context.
Hi! Thank you for maintaining Mattermost.NET.
I’m using interactive message buttons via PostPropsAction.Integration.Url / Integration.Context. When a user clicks a button, Mattermost sends an HTTP POST request to the integration URL with the action payload.
Does Mattermost.NET provide a built-in model/DTO for deserializing this incoming interactive action payload, or should applications define their own DTO?
I’m referring to the payload that contains fields like user_id, channel_id, post_id, trigger_id, type, and context.