(buffer: Buffer | undefined)
| 873 | if (!client || !doc) return undefined; |
| 874 | const location = new Api.InputDocumentFileLocation({ |
| 875 | id: doc.id, |
| 876 | accessHash: doc.accessHash, |
| 877 | fileReference: doc.fileReference, |
| 878 | thumbSize: "", |
| 879 | }); |
| 880 | return rawDownloadFile(client, location, doc.dcId); |
no outgoing calls
no test coverage detected