| 71 | }; |
| 72 | |
| 73 | struct MessageToSend { |
| 74 | explicit MessageToSend(SendAction action) : action(action) { |
| 75 | } |
| 76 | |
| 77 | SendAction action; |
| 78 | TextWithTags textWithTags; |
| 79 | Data::WebPageDraft webPage; |
| 80 | }; |
| 81 | |
| 82 | struct RemoteFileInfo { |
| 83 | MTPInputFile file; |
no outgoing calls
no test coverage detected