github.com/gotd/td/tg.MessagesSearchResultsPositions.Positions (field)
9 uses
github.com/gotd/td/tg (current package)
tl_messages_search_results_positions_gen.go#L42: Positions []SearchResultPosition
tl_messages_search_results_positions_gen.go#L63: if !(s.Positions == nil) {
tl_messages_search_results_positions_gen.go#L85: s.Positions = from.GetPositions()
tl_messages_search_results_positions_gen.go#L138: b.PutVectorHeader(len(s.Positions))
tl_messages_search_results_positions_gen.go#L139: for idx, v := range s.Positions {
tl_messages_search_results_positions_gen.go#L177: s.Positions = make([]SearchResultPosition, 0, headerLen%bin.PreallocateLimit)
tl_messages_search_results_positions_gen.go#L184: s.Positions = append(s.Positions, value)
tl_messages_search_results_positions_gen.go#L203: return s.Positions
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. |