github.com/gotd/td/tg.Channel.RestrictionReason (field)

11 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L1223: 	RestrictionReason []RestrictionReason
		tl_chat_gen.go#L1461: 	if !(c.RestrictionReason == nil) {
		tl_chat_gen.go#L1612: 		c.RestrictionReason = val
		tl_chat_gen.go#L2033: 	if !(c.RestrictionReason == nil) {
		tl_chat_gen.go#L2117: 		b.PutVectorHeader(len(c.RestrictionReason))
		tl_chat_gen.go#L2118: 		for idx, v := range c.RestrictionReason {
		tl_chat_gen.go#L2300: 			c.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
		tl_chat_gen.go#L2307: 			c.RestrictionReason = append(c.RestrictionReason, value)
		tl_chat_gen.go#L3016: 	c.RestrictionReason = value
		tl_chat_gen.go#L3028: 	return c.RestrictionReason, true