Struct slack_morphism::prelude::SlackUserGroupPrefsInit
source · pub struct SlackUserGroupPrefsInit {
pub channels: Vec<SlackChannelId>,
pub groups: Vec<SlackUserGroupId>,
}Fields§
§channels: Vec<SlackChannelId>§groups: Vec<SlackUserGroupId>Trait Implementations§
source§impl From<SlackUserGroupPrefsInit> for SlackUserGroupPrefs
impl From<SlackUserGroupPrefsInit> for SlackUserGroupPrefs
source§fn from(value: SlackUserGroupPrefsInit) -> Self
fn from(value: SlackUserGroupPrefsInit) -> Self
Converts to this type from the input type.