@sendbird/uikit-react
Version:
Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
76 lines (75 loc) • 1.91 kB
TypeScript
export declare const dummyFileMessageImage: {
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 dummyFileMessageAudio: {
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;
};
type generatorType = (callback?: (message: Record<string, any>) => Record<string, any>) => Record<string, any>;
export declare const getFileMessage: generatorType;
export {};