ChatMessage: Message<"plugnmeet.ChatMessage"> & {
id: string;
fromName: string;
fromUserId: string;
sentAt: string;
toUserId?: string;
isPrivate: boolean;
message: string;
fromAdmin: boolean;
sourceLang?: string;
translations: { [key: string]: string };
}
Type Declaration
id: string
fromName: string
fromUserId: string
sentAt: string
OptionaltoUserId?: string
isPrivate: boolean
message: string
fromAdmin: boolean
OptionalsourceLang?: string
translations: { [key: string]: string }
Generated
from field: string id = 1;