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