mezon-js 2.15.71 → 2.15.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -484,7 +484,7 @@ export declare class Client {
484
484
  writeLastPinMessage(session: ApiSession, clan_id: string, channel_id: string, mode: number, is_public: boolean, message_id: string, timestamp_seconds: number, operation: number, message_sender_avatar: string, message_sender_id: string, message_sender_username: string, message_content: string, message_attachment: string, message_created_time: string): Promise<ApiGetPollResponse>;
485
485
  writeCustomStatus(session: ApiSession, clan_id: string, status: string, time_reset: number, no_clear: boolean): Promise<CustomStatusEvent>;
486
486
  writeVoiceReaction(session: ApiSession, emojis: Array<string>, channel_id: string): Promise<VoiceReactionSend>;
487
- writeVoiceInteractiveEvent(session: ApiSession, clan_id: string, voice_channel_id: string, event_type: number, params: string): Promise<VoiceInteractiveEvent>;
487
+ writeVoiceInteractiveEvent(session: ApiSession, clan_id: string, voice_channel_id: string, sender_id: string, receiver_id: string, event_type: number, params: string): Promise<VoiceInteractiveEvent>;
488
488
  forwardWebrtcSignaling(session: ApiSession, receiver_id: string, data_type: number, json_data: string, channel_id: string, caller_id: string): Promise<WebrtcSignalingFwd>;
489
489
  makeCallPush(session: ApiSession, receiver_id: string, json_data: string, channel_id: string, caller_id: string): Promise<IncomingCallPush>;
490
490
  writeChannelAppEvent(session: ApiSession, clan_id: string, channel_id: string, action: number): Promise<ChannelAppEvent>;