Added fields for ConversationsSelectMenu model to receive channel id in the View Submission. Also added subtype of ViewInput type for the conversations-select input object unmarshalling.
Context: when the user selects the channel from Conversations list on the model, Slack sends are conversations-select object in the view submission state field (please see example below). In order to get the select channel, we need to have a corresponding model.
Added fields for
ConversationsSelectMenu
model to receive channel id in the View Submission. Also added subtype ofViewInput
type for the conversations-select input object unmarshalling.Context: when the user selects the channel from Conversations list on the model, Slack sends are
conversations-select
object in the view submissionstate
field (please see example below). In order to get the select channel, we need to have a corresponding model.