Class: Message
#
Implements- Identified
#
Properties#
author• author: User
Defined in: objects/message/index.ts:13
#
body• body: Content
Defined in: objects/message/index.ts:17
#
created• created: Date
Defined in: objects/message/index.ts:15
#
fullId• fullId: string
Implementation of: Identified.fullId
Defined in: objects/message/index.ts:10
#
id• id: string
Implementation of: Identified.id
Defined in: objects/message/index.ts:9
#
r• r: Reddit
Implementation of: Identified.r
Defined in: objects/message/index.ts:7
#
subject• subject: string
Defined in: objects/message/index.ts:12
#
Methods#
replyâ–¸ reply(body
: string): Promise<void>
#
ParametersName | Type |
---|---|
body | string |
Returns: Promise<void>
Defined in: objects/message/index.ts:37