(messageId: string, explicitAddress?: string)
| 215 | } |
| 216 | |
| 217 | getMessage(messageId: string, explicitAddress?: string): Promise<MessageView> { |
| 218 | return this.sdk.messages.get(this.resolveAddress(explicitAddress), messageId); |
| 219 | } |
| 220 | |
| 221 | // getAttachment (§6a #5): metadata + a short-lived download_url for one |
| 222 | // attachment. inline:true also returns base64 `data` for small attachments. |
no test coverage detected