Co-authored-by: Flori <39242991+bitfl0wer@users.noreply.github.com>
This commit is contained in:
kozabrada123 2024-04-16 14:47:42 +02:00 committed by GitHub
parent 634e07b95c
commit 168cbf6474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
use crate::{errors::VoiceGatewayError, types::VoiceGatewayReceivePayload}; use crate::{errors::VoiceGatewayError, types::VoiceGatewayReceivePayload};
/// Represents a messsage received from the voice websocket connection. /// Represents a message received from the voice websocket connection.
/// ///
/// This will be either a [VoiceGatewayReceivePayload], containing voice gateway events, or a [VoiceGatewayError]. /// This will be either a [VoiceGatewayReceivePayload], containing voice gateway events, or a [VoiceGatewayError].
/// ///