telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
StopPollMethod
telega
telegram
poll
Undocumented in source.
struct
StopPollMethod {
mixin
TelegramMethod
!
"/stopPoll"
;
ChatId
chat_id
;
uint
message_id
;
Nullable
!
ReplyMarkup
reply_markup
;
}
Members
Mixins
__anonymous
mixin
TelegramMethod
!
"/stopPoll"
Undocumented in source.
Variables
chat_id
ChatId
chat_id
;
Undocumented in source.
message_id
uint
message_id
;
Undocumented in source.
reply_markup
Nullable
!
ReplyMarkup
reply_markup
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
poll
enums
PollType
functions
sendPoll
stopPoll
structs
Poll
PollAnswer
PollOption
PollTypeProxy
SendPollMethod
StopPollMethod