MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / MessageToSend

Class MessageToSend

Telegram/SourceFiles/api/api_common.h:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 13

SuggestMessageFunction · 0.70
forwardMessagesMethod · 0.50
sendBotStartMethod · 0.50
notificationRepliedMethod · 0.50
FastShareLinkFunction · 0.50
sendMethod · 0.50
ShareInviteLinkBoxFunction · 0.50
MakeHandlerMethod · 0.50
sendMethod · 0.50
sendExistingDocumentMethod · 0.50
sendExistingPhotoMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected