SimpleBodyTelegramApi
An ordinary extensible TelegramApi. Post
is used if body is not null, application/json
is used if body is not MultiPartFormDataContent, and application/x-www-form-urlencoded
is used otherwise.
If body is OutgoingContent other than MultiPartFormDataContent, remember to override headers to provide the necessary information as needed.
Inheritors
Inherited 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.