pub struct SlackApiChatPostEphemeralRequestInit {
pub channel: SlackChannelId,
pub user: SlackUserId,
pub content: SlackMessageContent,
}Fields§
§channel: SlackChannelId§user: SlackUserId§content: SlackMessageContentTrait Implementations§
source§impl From<SlackApiChatPostEphemeralRequestInit> for SlackApiChatPostEphemeralRequest
impl From<SlackApiChatPostEphemeralRequestInit> for SlackApiChatPostEphemeralRequest
source§fn from(value: SlackApiChatPostEphemeralRequestInit) -> Self
fn from(value: SlackApiChatPostEphemeralRequestInit) -> Self
Converts to this type from the input type.