1
2
3
4
5
6
7
message_base! {
    struct StartedVoiceChat {} -> EventLoop::started_voice_chat

    fn new() -> Self {
        Self {}
    }
}