github.com/gotd/td/tg.Poll.Closed (field)
7 uses
github.com/gotd/td/tg (current package)
tl_poll_gen.go#L47: Closed bool
tl_poll_gen.go#L96: if !(p.Closed == false) {
tl_poll_gen.go#L146: p.Closed = from.GetClosed()
tl_poll_gen.go#L233: if !(p.Closed == false) {
tl_poll_gen.go#L316: p.Closed = p.Flags.Has(0)
tl_poll_gen.go#L373: p.Closed = true
tl_poll_gen.go#L376: p.Closed = false
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |