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

11 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L1118: 	RestrictionReason []RestrictionReason
		tl_chat_gen.go#L1289: 	if !(c.RestrictionReason == nil) {
		tl_chat_gen.go#L1414: 		c.RestrictionReason = val
		tl_chat_gen.go#L1759: 	if !(c.RestrictionReason == nil) {
		tl_chat_gen.go#L1831: 		b.PutVectorHeader(len(c.RestrictionReason))
		tl_chat_gen.go#L1832: 		for idx, v := range c.RestrictionReason {
		tl_chat_gen.go#L1989: 			c.RestrictionReason = make([]RestrictionReason, 0, headerLen%bin.PreallocateLimit)
		tl_chat_gen.go#L1996: 			c.RestrictionReason = append(c.RestrictionReason, value)
		tl_chat_gen.go#L2580: 	c.RestrictionReason = value
		tl_chat_gen.go#L2592: 	return c.RestrictionReason, true