(fields: CreateMessageFields)
| 98 | } |
| 99 | |
| 100 | edit(fields: CreateMessageFields) { |
| 101 | return editMessage(this.channelId, this.id, fields); |
| 102 | } |
| 103 | |
| 104 | forward(channelId: string) { |
| 105 | return createMessage(channelId, { |
nothing calls this directly
no test coverage detected