pub type ChatType<'a> = IdOr<DirectChatType<'a>>;Aliased Type§
pub enum ChatType<'a> {
Id(RegistryId),
Inline(DirectChatType<'a>),
}pub type ChatType<'a> = IdOr<DirectChatType<'a>>;pub enum ChatType<'a> {
Id(RegistryId),
Inline(DirectChatType<'a>),
}