interface IRCIMIWGetChatRoomMessagesCallback {
    onSuccess?: (t: RCIMIWMessage[]) => void;
    onError?: (code: number) => void;
}

Hierarchy (View Summary, Expand)

Properties

Properties

onSuccess?: (t: RCIMIWMessage[]) => void
onError?: (code: number) => void
MMNEPVFCICPMFPCPTTAAATR