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

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L1290: 	Level int
		tl_chat_gen.go#L1495: 	if !(c.Level == 0) {
		tl_chat_gen.go#L1660: 		c.Level = val
		tl_chat_gen.go#L2080: 	if !(c.Level == 0) {
		tl_chat_gen.go#L2200: 		b.PutInt(c.Level)
		tl_chat_gen.go#L2403: 		c.Level = value
		tl_chat_gen.go#L3226: 	c.Level = value
		tl_chat_gen.go#L3238: 	return c.Level, true