telega v0.2.0 (2020-12-05T20:51:45Z)
Dub
Repo
ChatId
telega
botapi
Undocumented in source.
@
serializedAs
!
ChatIdProxy
struct
ChatId {
import
std
.
conv
;
;
string
id
;
this
(long id);
this
(string id);
void
opAssign
(long id);
void
opAssign
(string id);
bool
isString
[@property getter];
long
opCast
();
}
Constructors
this
this
(long id)
Undocumented in source.
this
this
(string id)
Undocumented in source.
Alias This
id
Members
Functions
opAssign
void
opAssign
(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void
opAssign
(long id)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
long
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
isString
bool
isString
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
string
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