ReadFile reads the file from the backend for a specific path @tag File Minimum server version: 5.3
(path string)
| 839 | // @tag File |
| 840 | // Minimum server version: 5.3 |
| 841 | ReadFile(path string) ([]byte, *model.AppError) |
| 842 | |
| 843 | // GetEmojiImage returns the emoji image. |
| 844 | // |
no outgoing calls