telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
PollTypeProxy
telega
telegram
poll
Undocumented in source.
struct
PollTypeProxy {
PollType
t
;
this
(PollType type);
PollType
opCast
();
void
serialize
(S serializer);
}
Constructors
this
this
(PollType type)
Undocumented in source.
Members
Functions
opCast
PollType
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
void
serialize
(S serializer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
t
PollType
t
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
poll
enums
PollType
functions
sendPoll
stopPoll
structs
Poll
PollAnswer
PollOption
PollTypeProxy
SendPollMethod
StopPollMethod