export function rawIsChannelInvite(raw: Raw): raw is ChannelInvite {
    return raw.type === ChannelInvite.type
  }