mezon-js 2.13.18 → 2.13.19
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/socket.d.ts +1 -0
- package/package.json +1 -1
- package/socket.ts +4 -2
package/dist/socket.d.ts
CHANGED
package/package.json
CHANGED
package/socket.ts
CHANGED
|
@@ -639,10 +639,12 @@ export interface ChannelUpdatedEvent {
|
|
|
639
639
|
active: number;
|
|
640
640
|
//
|
|
641
641
|
count_mess_unread: number;
|
|
642
|
-
|
|
642
|
+
//
|
|
643
643
|
role_ids?: Array<string>;
|
|
644
|
-
//The users to add.
|
|
644
|
+
// The users to add.
|
|
645
645
|
user_ids?: Array<string>;
|
|
646
|
+
// channel avatar
|
|
647
|
+
channel_avatar: string;
|
|
646
648
|
}
|
|
647
649
|
|
|
648
650
|
export interface DeleteAccountEvent {
|