github.com/gotd/td/tg.MessagesReceivedQueueRequest.MaxQts (field)
8 uses
github.com/gotd/td/tg (current package)
tl_messages_received_queue_gen.go#L42: MaxQts int
tl_messages_received_queue_gen.go#L60: if !(r.MaxQts == 0) {
tl_messages_received_queue_gen.go#L80: r.MaxQts = from.GetMaxQts()
tl_messages_received_queue_gen.go#L128: b.PutInt(r.MaxQts)
tl_messages_received_queue_gen.go#L153: r.MaxQts = value
tl_messages_received_queue_gen.go#L163: return r.MaxQts
tl_messages_received_queue_gen.go#L181: MaxQts: maxqts,
tl_server_gen.go#L3264: response, err := f(ctx, request.MaxQts)
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. |