pub struct SlackApiChatGetPermalinkRequestInit {
pub channel: SlackChannelId,
pub message_ts: SlackTs,
}Fields§
§channel: SlackChannelId§message_ts: SlackTsTrait Implementations§
source§impl From<SlackApiChatGetPermalinkRequestInit> for SlackApiChatGetPermalinkRequest
impl From<SlackApiChatGetPermalinkRequestInit> for SlackApiChatGetPermalinkRequest
source§fn from(value: SlackApiChatGetPermalinkRequestInit) -> Self
fn from(value: SlackApiChatGetPermalinkRequestInit) -> Self
Converts to this type from the input type.