pub struct SlackLinkSharedEventInit {
    pub channel: SlackChannelId,
    pub event_ts: SlackTs,
    pub is_bot_user_member: bool,
    pub links: Vec<SlackLinkObject, Global>,
    pub message_ts: SlackTs,
    pub source: String,
    pub unfurl_id: SlackUnfurlId,
    pub user: SlackUserId,
}

Fields

channel: SlackChannelIdevent_ts: SlackTsis_bot_user_member: boollinks: Vec<SlackLinkObject, Global>message_ts: SlackTssource: Stringunfurl_id: SlackUnfurlIduser: SlackUserId

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.