UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

181 lines (180 loc) 4.27 kB
export declare const docMock: { messageId: number; messageType: string; channelUrl: string; data: string; customType: string; createdAt: number; updatedAt: number; channelType: string; metaArrays: any[]; reactions: any[]; mentionType: string; mentionedUsers: any[]; url: string; name: string; size: number; type: string; thumbnails: any[]; sender: { nickname: string; profileUrl: string; userId: string; connectionStatus: string; lastSeenAt: number; isActive: boolean; friendDiscoveryKey: any; friendName: any; _preferredLanguages: any; isBlockedByMe: boolean; }; reqId: string; requireAuth: boolean; requestState: string; requestedMentionUserIds: any[]; errorCode: number; }; export declare const imageMock: { messageId: number; messageType: string; channelUrl: string; data: string; customType: string; createdAt: number; updatedAt: number; channelType: string; metaArrays: any[]; reactions: any[]; mentionType: string; mentionedUsers: any[]; url: string; name: string; size: number; type: string; thumbnails: any[]; sender: { nickname: string; profileUrl: string; userId: string; connectionStatus: string; lastSeenAt: number; isActive: boolean; friendDiscoveryKey: any; friendName: any; _preferredLanguages: any; isBlockedByMe: boolean; }; reqId: string; requireAuth: boolean; requestState: string; requestedMentionUserIds: any[]; errorCode: number; }; export declare const audioMock: { messageId: number; messageType: string; channelUrl: string; data: string; customType: string; createdAt: number; updatedAt: number; channelType: string; metaArrays: any[]; reactions: any[]; mentionType: string; mentionedUsers: any[]; url: string; name: string; size: number; type: string; thumbnails: any[]; sender: { nickname: string; profileUrl: string; userId: string; connectionStatus: string; lastSeenAt: number; isActive: boolean; friendDiscoveryKey: any; friendName: any; _preferredLanguages: any; isBlockedByMe: boolean; }; reqId: string; requireAuth: boolean; requestState: string; requestedMentionUserIds: any[]; errorCode: number; }; export declare const videoMock: { messageId: number; messageType: string; channelUrl: string; data: string; customType: string; createdAt: number; updatedAt: number; channelType: string; metaArrays: any[]; reactions: any[]; mentionType: string; mentionedUsers: any[]; url: string; name: string; size: number; type: string; thumbnails: any[]; sender: { nickname: string; profileUrl: string; userId: string; connectionStatus: string; lastSeenAt: number; isActive: boolean; friendDiscoveryKey: any; friendName: any; _preferredLanguages: any; isBlockedByMe: boolean; }; reqId: string; requireAuth: boolean; requestState: string; requestedMentionUserIds: any[]; errorCode: number; }; export declare const gifMock: { messageId: number; messageType: string; channelUrl: string; data: string; customType: string; createdAt: number; updatedAt: number; channelType: string; metaArrays: any[]; reactions: any[]; mentionType: string; mentionedUsers: any[]; url: string; name: string; size: number; type: string; thumbnails: any[]; sender: { nickname: string; profileUrl: string; userId: string; connectionStatus: string; lastSeenAt: number; isActive: boolean; friendDiscoveryKey: any; friendName: any; _preferredLanguages: any; isBlockedByMe: boolean; }; reqId: string; requireAuth: boolean; requestState: string; requestedMentionUserIds: any[]; errorCode: number; };