telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
BotApi
telega
botapi
Undocumented in source.
class
BotApi {
protected
HttpClient
httpClient
;
this
(string token, string baseUrl, HttpClient httpClient);
T
callMethod
(M method);
}
Constructors
this
this
(string token, string baseUrl, HttpClient httpClient)
Undocumented in source.
Members
Functions
callMethod
T
callMethod
(M method)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
httpClient
HttpClient
httpClient
;
Undocumented in source.
Meta
Source
See Implementation
telega
botapi
classes
BotApi
TelegramBotApiException
enums
HTTPMethod
isTelegramId
manifest constants
BaseApiUrl
mixin templates
TelegramMethod
structs
ChatId
ChatIdProxy
Method