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