github.com/gotd/td/tg.BusinessBotRecipients.Users (field)
11 uses
github.com/gotd/td/tg (current package)
tl_business_bot_recipients_gen.go#L64: Users []int64
tl_business_bot_recipients_gen.go#L104: if !(b.Users == nil) {
tl_business_bot_recipients_gen.go#L139: b.Users = val
tl_business_bot_recipients_gen.go#L227: if !(b.Users == nil) {
tl_business_bot_recipients_gen.go#L254: buf.PutVectorHeader(len(b.Users))
tl_business_bot_recipients_gen.go#L255: for _, v := range b.Users {
tl_business_bot_recipients_gen.go#L301: b.Users = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_business_bot_recipients_gen.go#L308: b.Users = append(b.Users, value)
tl_business_bot_recipients_gen.go#L429: b.Users = value
tl_business_bot_recipients_gen.go#L441: 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. |