github.com/gotd/td/tg.PollResults.SolutionEntities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_poll_results_gen.go#L74: SolutionEntities []MessageEntityClass
tl_poll_results_gen.go#L110: if !(p.SolutionEntities == nil) {
tl_poll_results_gen.go#L153: p.SolutionEntities = val
tl_poll_results_gen.go#L232: if !(p.SolutionEntities == nil) {
tl_poll_results_gen.go#L281: b.PutVectorHeader(len(p.SolutionEntities))
tl_poll_results_gen.go#L282: for idx, v := range p.SolutionEntities {
tl_poll_results_gen.go#L371: p.SolutionEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_poll_results_gen.go#L378: p.SolutionEntities = append(p.SolutionEntities, value)
tl_poll_results_gen.go#L478: p.SolutionEntities = value
tl_poll_results_gen.go#L490: return p.SolutionEntities, true
tl_poll_results_gen.go#L506: return MessageEntityClassArray(p.SolutionEntities), true
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. |