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: SlackDateTime

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.