type Params = {  roomIds?: number[]  fileType?: string  page?: number  limit?: number  callback?: (messages?: model.IQMessage[], error?: Error) => void}function getFileList ({ roomIds = [], fileType, page, limit, callback, }: Params): void | Promise<model.IQMessage[]> 
  • add getRoomUnreadCount() method
getRoomUnreadCount(callback?: IQCallback2<number>): void | Promise<number> 

Notes:

  • searchMessage() and getFileList() method only available as add ons package if you are interested to have it you can contact us

For further information, feedback, or questions about the changes above, please feel free to drop us some feedback at https://support.qiscus.com/.

Best regards,
SDK Product Team