telega v0.1.1 (2020-06-21T21:12:07Z)
Dub
Repo
ChatIdProxy
telega
botapi
Undocumented in source.
struct
ChatIdProxy {
ChatId
id
;
this
(ChatId id);
ChatId
opCast
();
static
ChatIdProxy
deserialize
(Asdf v);
}
Constructors
this
this
(ChatId id)
Undocumented in source.
Members
Functions
opCast
ChatId
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
deserialize
ChatIdProxy
deserialize
(Asdf v)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
ChatId
id
;
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