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