pub struct SlackApiConversationsArchiveRequestInit {
pub channel: SlackChannelId,
}Fields§
§channel: SlackChannelIdTrait Implementations§
source§impl From<SlackApiConversationsArchiveRequestInit> for SlackApiConversationsArchiveRequest
impl From<SlackApiConversationsArchiveRequestInit> for SlackApiConversationsArchiveRequest
source§fn from(value: SlackApiConversationsArchiveRequestInit) -> Self
fn from(value: SlackApiConversationsArchiveRequestInit) -> Self
Converts to this type from the input type.