Struct slack_morphism::prelude::SlackBasicChannelInfoInit
source · pub struct SlackBasicChannelInfoInit {
pub id: SlackChannelId,
}Fields§
§id: SlackChannelIdTrait Implementations§
source§impl From<SlackBasicChannelInfoInit> for SlackBasicChannelInfo
impl From<SlackBasicChannelInfoInit> for SlackBasicChannelInfo
source§fn from(value: SlackBasicChannelInfoInit) -> Self
fn from(value: SlackBasicChannelInfoInit) -> Self
Converts to this type from the input type.