github.com/gotd/td/tg.AccountResolvedBusinessChatLinks.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_resolved_business_chat_links_gen.go#L61: Users []UserClass
tl_account_resolved_business_chat_links_gen.go#L94: if !(r.Users == nil) {
tl_account_resolved_business_chat_links_gen.go#L125: r.Users = from.GetUsers()
tl_account_resolved_business_chat_links_gen.go#L228: b.PutVectorHeader(len(r.Users))
tl_account_resolved_business_chat_links_gen.go#L229: for idx, v := range r.Users {
tl_account_resolved_business_chat_links_gen.go#L316: r.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_account_resolved_business_chat_links_gen.go#L323: r.Users = append(r.Users, value)
tl_account_resolved_business_chat_links_gen.go#L376: return r.Users
tl_account_resolved_business_chat_links_gen.go#L394: return UserClassArray(r.Users)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |