pub struct SlackApiChatScheduleMessageResponseInit {
pub channel: SlackChannelId,
pub scheduled_message_id: SlackScheduledMid,
pub post_at: SlackDateTime,
}Fields§
§channel: SlackChannelId§scheduled_message_id: SlackScheduledMid§post_at: SlackDateTimeTrait Implementations§
source§impl From<SlackApiChatScheduleMessageResponseInit> for SlackApiChatScheduleMessageResponse
impl From<SlackApiChatScheduleMessageResponseInit> for SlackApiChatScheduleMessageResponse
source§fn from(value: SlackApiChatScheduleMessageResponseInit) -> Self
fn from(value: SlackApiChatScheduleMessageResponseInit) -> Self
Converts to this type from the input type.