github.com/gotd/td/tg.BusinessRecipients.Users (field)
11 uses
github.com/gotd/td/tg (current package)
tl_business_recipients_gen.go#L66: Users []int64
tl_business_recipients_gen.go#L102: if !(b.Users == nil) {
tl_business_recipients_gen.go#L133: b.Users = val
tl_business_recipients_gen.go#L212: if !(b.Users == nil) {
tl_business_recipients_gen.go#L236: buf.PutVectorHeader(len(b.Users))
tl_business_recipients_gen.go#L237: for _, v := range b.Users {
tl_business_recipients_gen.go#L277: b.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_business_recipients_gen.go#L284: b.Users = append(b.Users, value)
tl_business_recipients_gen.go#L388: b.Users = value
tl_business_recipients_gen.go#L400: return b.Users, true
![]() |
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. |