Home > @shlack/types > IMessage
IMessage interface
A chat message
Signature:
export interface IMessage
Properties
Property | Type | Description |
---|---|---|
body | string | |
channelId | string | |
createdAt | string | |
id | number | |
teamId | string | |
user | IUser | |
userId | string |