Struct slack_morphism::api::SlackApiChatScheduledMessageInfoInit [−][src]
pub struct SlackApiChatScheduledMessageInfoInit {
pub id: SlackScheduledMid,
pub channel_id: SlackChannelId,
pub post_at: SlackDateTime,
pub date_created: SlackDateTime,
}Fields
id: SlackScheduledMidchannel_id: SlackChannelIdpost_at: SlackDateTimedate_created: SlackDateTimeTrait Implementations
Performs the conversion.