likeminds-chat-beta
Version:
LikeMinds Javascript SDK for chat APIs
24 lines (23 loc) • 494 B
TypeScript
export declare type HomeFeed = {
page: number;
};
export declare type CRid = {
chatroomId: number;
};
export declare type INVITE = {
channelType: number;
page: number;
pageSize: number;
};
export declare type IaType = {
channelId: number | string;
inviteStatus: number;
};
export declare type Device = {
token: string;
};
export declare type Participant = {
chatroomId: number;
isSecret: boolean;
chatroomParticipants: any;
};