mezon-js 2.8.42 → 2.8.44

Sign up to get free protection for your applications and to get access to all the features.
package/socket.ts CHANGED
@@ -697,7 +697,7 @@ export interface Socket {
697
697
  unfollowUsers(user_ids : string[]) : Promise<void>;
698
698
 
699
699
  /** Update a chat message on a chat channel in the server. */
700
- updateChatMessage(clan_id: string, channel_id: string, mode: number, message_id : string, content: any, mentions?: Array<ApiMessageMention>, attachments?: Array<ApiMessageAttachment>, showEditted?: boolean) : Promise<ChannelMessageAck>;
700
+ updateChatMessage(clan_id: string, channel_id: string, mode: number, message_id : string, content: any, mentions?: Array<ApiMessageMention>, attachments?: Array<ApiMessageAttachment>, hideEditted?: boolean) : Promise<ChannelMessageAck>;
701
701
 
702
702
  /** Update the status for the current user online. */
703
703
  updateStatus(status? : string) : Promise<void>;