mezon-js 2.8.59 → 2.8.60

Sign up to get free protection for your applications and to get access to all the features.
package/socket.ts CHANGED
@@ -109,6 +109,8 @@ export interface UserChannelAddedEvent {
109
109
  clan_id: string;
110
110
  // the channel type
111
111
  channel_type: number;
112
+ // is public
113
+ is_public: boolean;
112
114
  }
113
115
 
114
116
  export interface AddUsers {