poller: add yaml tag to AllowUpdates

pull/477/head
Demian 3 years ago
parent 844466d6fa
commit 4fd93a66a7

@ -86,7 +86,7 @@ type LongPoller struct {
// poll
// poll_answer
//
AllowedUpdates []string
AllowedUpdates []string `yaml:"allowed_updates"`
}
// Poll does long polling.

Loading…
Cancel
Save