|
<< Click to Display Table of Contents >> Navigation: Classes > TIWTelegramHelper > Methods > SendMessage |
SIGNATURE=IWTelegram.TIWTelegramHelper.SendMessage@string@string@string@Boolean
ETYPE=Method
Declaration:
Delphi: |
public class function SendMessage(const aBotToken: string; const aChatId: string; const aMsg: string; aSilent: Boolean = True): Boolean; static; |
C++: |
public: static __fastcall bool SendMessage(const String aBotToken, const String aChatId, const String aMsg, bo |
Description: TIWTelegramHelper