TelegramMethod

mixin template TelegramMethod (
string path
HTTPMethod method = HTTPMethod.POST
) {}

Members

Variables

_httpMethod
HTTPMethod _httpMethod;
Undocumented in source.
_path
string _path;
Undocumented in source.

Meta