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