TelegramApi
All methods in the Bot API are case-insensitive. We support GET and POST HTTP methods. Use either URL query string or
application/json
orapplication/x-www-form-urlencoded
ormultipart/form-data
for passing parameters in Bot API requests. On successful call, a JSON-object containing the result will be returned.
Use requestRaw to request an API with method.
Author
ForteScarlet
See also
Inheritors
Properties
A special deserialization for body. If it is null
, then try to 'guess' the body serializer. This is usually overridden when the body is not null
and you need to customize its serializer.
Headers for request. Default is Headers.Empty.
The result's DeserializationStrategy of this Method.
The TelegramApiResult's DeserializationStrategy of this Method.
Inherited functions
Request the TelegramApi by client with token.
Request the TelegramApi by client with token.
Request the TelegramApi by client with token.