github.com/gotd/td/tg.AccountReorderUsernamesRequest.Order (field)
11 uses
github.com/gotd/td/tg (current package)
tl_account_reorder_usernames_gen.go#L40: Order []string
tl_account_reorder_usernames_gen.go#L58: if !(r.Order == nil) {
tl_account_reorder_usernames_gen.go#L78: r.Order = from.GetOrder()
tl_account_reorder_usernames_gen.go#L126: b.PutVectorHeader(len(r.Order))
tl_account_reorder_usernames_gen.go#L127: for _, v := range r.Order {
tl_account_reorder_usernames_gen.go#L156: r.Order = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_account_reorder_usernames_gen.go#L163: r.Order = append(r.Order, value)
tl_account_reorder_usernames_gen.go#L174: return r.Order
tl_account_reorder_usernames_gen.go#L189: Order: order,
tl_server_gen.go#L1973: response, err := f(ctx, request.Order)
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. |