mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-08-31 04:42:29 +00:00
@@ -1,3 +1,4 @@
|
||||
use iso8601_timestamp::Timestamp;
|
||||
use revolt_result::Error;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
@@ -373,6 +374,12 @@ pub enum EventV1 {
|
||||
UserSlowmodes {
|
||||
slowmodes: Vec<ChannelSlowmode>,
|
||||
},
|
||||
VoiceCallUpdate {
|
||||
initiator_id: String,
|
||||
channel_id: String,
|
||||
started_at: Option<Timestamp>,
|
||||
ended: bool,
|
||||
}
|
||||
}
|
||||
|
||||
impl EventV1 {
|
||||
|
||||
Reference in New Issue
Block a user