github.com/gotd/td/tg.InputBusinessBotRecipients.ExcludeUsers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_business_bot_recipients_gen.go#L66: ExcludeUsers []InputUserClass
tl_input_business_bot_recipients_gen.go#L105: if !(i.ExcludeUsers == nil) {
tl_input_business_bot_recipients_gen.go#L141: i.ExcludeUsers = val
tl_input_business_bot_recipients_gen.go#L228: if !(i.ExcludeUsers == nil) {
tl_input_business_bot_recipients_gen.go#L263: b.PutVectorHeader(len(i.ExcludeUsers))
tl_input_business_bot_recipients_gen.go#L264: for idx, v := range i.ExcludeUsers {
tl_input_business_bot_recipients_gen.go#L326: i.ExcludeUsers = make([]InputUserClass, 0, headerLen%bin.PreallocateLimit)
tl_input_business_bot_recipients_gen.go#L333: i.ExcludeUsers = append(i.ExcludeUsers, value)
tl_input_business_bot_recipients_gen.go#L455: i.ExcludeUsers = value
tl_input_business_bot_recipients_gen.go#L467: return i.ExcludeUsers, true
tl_input_business_bot_recipients_gen.go#L483: return InputUserClassArray(i.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. |