Hierarchy

Properties

alias?: string
attachments?: IMessageAttachment[]
avatarUrl?: string
blocks?: (IBlock | Block)[]
createdAt?: Date
customFields?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
editedAt?: Date
editor?: IUser
emoji?: string
groupable?: boolean
id?: string
parseUrls?: boolean
pinned?: boolean
pinnedAt?: Date
pinnedBy?: IUserLookup
reactions?: IMessageReactions
room: IRoom
sender: IUser
starred?: {
    _id: string;
}[]

Type declaration

  • _id: string
text?: string
threadId?: string
updatedAt?: Date

Generated using TypeDoc