pub struct SlackApiChatPostMessageResponseInit {
pub channel: SlackChannelId,
pub ts: SlackTs,
pub message: SlackMessage,
}Fields§
§channel: SlackChannelId§ts: SlackTs§message: SlackMessageTrait Implementations§
source§impl From<SlackApiChatPostMessageResponseInit> for SlackApiChatPostMessageResponse
impl From<SlackApiChatPostMessageResponseInit> for SlackApiChatPostMessageResponse
source§fn from(value: SlackApiChatPostMessageResponseInit) -> Self
fn from(value: SlackApiChatPostMessageResponseInit) -> Self
Converts to this type from the input type.