Interface IRCIMIWGetChatRoomEntryCallback
Hierarchy
- IRCIMIWGetChatRoomEntryCallback
Methods
onError
- onError(res: { code: number }): void
Parameters
Returns void
onSuccess
- onSuccess(res: { t: Record<string, string> }): void
Parameters
res: { t: Record<string, string> }
t: Record<string, string>
Returns void