Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 922 Bytes

File metadata and controls

42 lines (27 loc) · 922 Bytes

ChannelEndpointsControllerCreateChannelEndpointRequestBody

Channel endpoint creation request. The structure varies based on the type field.

Supported Types

SlackChannel

ChannelEndpointsControllerCreateChannelEndpointRequestBody.CreateSlackChannel(/* values here */);

SlackUser

ChannelEndpointsControllerCreateChannelEndpointRequestBody.CreateSlackUser(/* values here */);

Webhook

ChannelEndpointsControllerCreateChannelEndpointRequestBody.CreateWebhook(/* values here */);

Phone

ChannelEndpointsControllerCreateChannelEndpointRequestBody.CreatePhone(/* values here */);

MsTeamsChannel

ChannelEndpointsControllerCreateChannelEndpointRequestBody.CreateMsTeamsChannel(/* values here */);

MsTeamsUser

ChannelEndpointsControllerCreateChannelEndpointRequestBody.CreateMsTeamsUser(/* values here */);