|
<< Click to Display Table of Contents >> Navigation: Classes > TIWTelegramHelper > Methods > SendMessageHtmlAsync |
SIGNATURE=IWTelegram.TIWTelegramHelper.SendMessageHtmlAsync@string@string@string@Boolean
ETYPE=Method
Declaration:
Delphi: |
public class procedure SendMessageHtmlAsync(const aBotToken: string; const aChatId: string; const aMsg: string; aSilent: Boolean = True); static; |
C++: |
void public: static __fastcall SendMessageHtmlAsync(const String aBotToken, const String aChatId, const Strin |
Description: This is SendMessageHtmlAsync, a member of class TIWTelegramHelper.