Type Alias: MessageBeatInput
MessageBeatInput =
object
Defined in: scripts/types.ts:74
A message from a specific sender.
Properties
body
body:
MessageBody
Defined in: scripts/types.ts:78
forwardedFrom?
optionalforwardedFrom:ForwardOriginInput
Defined in: scripts/types.ts:79
from
from:
string
Defined in: scripts/types.ts:77
id?
optionalid:string
Defined in: scripts/types.ts:76
receipt?
optionalreceipt:Receipt
Defined in: scripts/types.ts:80
type
type:
"message"
Defined in: scripts/types.ts:75