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)