github.com/gotd/td/tg.BusinessBotRecipients.ExcludeUsers (field)
11 uses
github.com/gotd/td/tg (current package)
tl_business_bot_recipients_gen.go#L68: ExcludeUsers []int64
tl_business_bot_recipients_gen.go#L107: if !(b.ExcludeUsers == nil) {
tl_business_bot_recipients_gen.go#L143: b.ExcludeUsers = val
tl_business_bot_recipients_gen.go#L230: if !(b.ExcludeUsers == nil) {
tl_business_bot_recipients_gen.go#L260: buf.PutVectorHeader(len(b.ExcludeUsers))
tl_business_bot_recipients_gen.go#L261: for _, v := range b.ExcludeUsers {
tl_business_bot_recipients_gen.go#L318: b.ExcludeUsers = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_business_bot_recipients_gen.go#L325: b.ExcludeUsers = append(b.ExcludeUsers, value)
tl_business_bot_recipients_gen.go#L447: b.ExcludeUsers = value
tl_business_bot_recipients_gen.go#L459: return b.ExcludeUsers, 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. |