|
Telegram Bot Api Client
0.6.1
Client_for_accessing_Telegram's_Bot_API
|
This is the complete list of members for TelegramBotClient, including all inherited members.
| begin(TBC_CALLBACK_RECEIVE_SIGNATURE, TBC_CALLBACK_ERROR_SIGNATURE) | TelegramBotClient | |
| callbackPollError(void *obj, JwcProcessError err, Client *client) (defined in TelegramBotClient) | TelegramBotClient | inlinestatic |
| callbackPollSuccess(void *obj, JwcProcessError err, JsonObject &json) (defined in TelegramBotClient) | TelegramBotClient | inlinestatic |
| callbackPostError(void *obj, JwcProcessError err, Client *client) (defined in TelegramBotClient) | TelegramBotClient | inlinestatic |
| callbackPostSuccess(void *obj, JwcProcessError err, JsonObject &json) (defined in TelegramBotClient) | TelegramBotClient | inlinestatic |
| LastUpdateId | TelegramBotClient | private |
| loop() | TelegramBotClient | |
| Parallel | TelegramBotClient | private |
| pollError(JwcProcessError err, Client *client) | TelegramBotClient | |
| pollSuccess(JwcProcessError err, JsonObject &json) | TelegramBotClient | |
| postError(JwcProcessError err, Client *client) | TelegramBotClient | |
| postMessage(long chatId, String text, TBCKeyBoard &keyBoard) | TelegramBotClient | |
| postMessage(long chatId, String text) | TelegramBotClient | inline |
| postSuccess(JwcProcessError err, JsonObject &json) | TelegramBotClient | |
| setCallbacks(TBC_CALLBACK_RECEIVE_SIGNATURE, TBC_CALLBACK_ERROR_SIGNATURE) | TelegramBotClient | |
| SslPollClient | TelegramBotClient | private |
| SslPostClient | TelegramBotClient | private |
| startPolling() | TelegramBotClient | private |
| startPosting(String Message) | TelegramBotClient | private |
| TBC_CALLBACK_ERROR_SIGNATURE | TelegramBotClient | private |
| TBC_CALLBACK_RECEIVE_SIGNATURE | TelegramBotClient | private |
| TelegramBotClient(String token, Client &sslPollClient, Client &sslPostClient, TBC_CALLBACK_RECEIVE_SIGNATURE, TBC_CALLBACK_ERROR_SIGNATURE) | TelegramBotClient | |
| TelegramBotClient(String token, Client &sslPollClient, Client &sslPostClient) | TelegramBotClient | inline |
| TelegramBotClient(String token, Client &sslPollClient) | TelegramBotClient | inline |
| Token | TelegramBotClient | private |
| ~TelegramBotClient() | TelegramBotClient |
1.8.14