Struct slack_morphism::api::SlackApiChatScheduleMessageResponseInit [−][src]
pub struct SlackApiChatScheduleMessageResponseInit {
pub channel: SlackChannelId,
pub scheduled_message_id: SlackScheduledMid,
pub post_at: SlackDateTime,
}Fields
channel: SlackChannelIdscheduled_message_id: SlackScheduledMidpost_at: SlackDateTimeTrait Implementations
Performs the conversion.