github.com/gotd/td/tg.PollResults.SolutionEntities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_poll_results_gen.go#L78: SolutionEntities []MessageEntityClass
tl_poll_results_gen.go#L124: if !(p.SolutionEntities == nil) {
tl_poll_results_gen.go#L175: p.SolutionEntities = val
tl_poll_results_gen.go#L279: if !(p.SolutionEntities == nil) {
tl_poll_results_gen.go#L331: b.PutVectorHeader(len(p.SolutionEntities))
tl_poll_results_gen.go#L332: for idx, v := range p.SolutionEntities {
tl_poll_results_gen.go#L431: p.SolutionEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_poll_results_gen.go#L438: p.SolutionEntities = append(p.SolutionEntities, value)
tl_poll_results_gen.go#L583: p.SolutionEntities = value
tl_poll_results_gen.go#L595: return p.SolutionEntities, true
tl_poll_results_gen.go#L629: return MessageEntityClassArray(p.SolutionEntities), true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |