Struct slack_morphism::api::SlackApiChatPostMessageRequestInit [−][src]
pub struct SlackApiChatPostMessageRequestInit {
pub channel: SlackChannelId,
pub content: SlackMessageContent,
}Fields
channel: SlackChannelIdcontent: SlackMessageContentTrait Implementations
Performs the conversion.
