github.com/gotd/td/tg.MessagesBotResults.Results (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_bot_results_gen.go#L66: Results []BotInlineResultClass
tl_messages_bot_results_gen.go#L106: if !(b.Results == nil) {
tl_messages_bot_results_gen.go#L153: b.Results = from.GetResults()
tl_messages_bot_results_gen.go#L269: buf.PutVectorHeader(len(b.Results))
tl_messages_bot_results_gen.go#L270: for idx, v := range b.Results {
tl_messages_bot_results_gen.go#L344: b.Results = make([]BotInlineResultClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_bot_results_gen.go#L351: b.Results = append(b.Results, value)
tl_messages_bot_results_gen.go#L467: return b.Results
tl_messages_bot_results_gen.go#L488: return BotInlineResultClassArray(b.Results)
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. |