telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
TelegramMethod
telega
botapi
Undocumented in source.
mixin template
TelegramMethod (
string
path
HTTPMethod
method
=
HTTPMethod
.
POST
) {
import
asdf
.
serialization
:
serializationIgnore
;
;
immutable
@
serializationIgnore
string
_path
;
immutable
@
serializationIgnore
HTTPMethod
_httpMethod
;
}
Members
Variables
_httpMethod
HTTPMethod
_httpMethod
;
Undocumented in source.
_path
string
_path
;
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