github.com/gotd/td/tg.CommunityFull.KickedCount (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L4245: 	KickedCount int
		tl_chat_full_gen.go#L4290: 	if !(c.KickedCount == 0) {
		tl_chat_full_gen.go#L4328: 		c.KickedCount = val
		tl_chat_full_gen.go#L4400: 	if !(c.KickedCount == 0) {
		tl_chat_full_gen.go#L4444: 		b.PutInt(c.KickedCount)
		tl_chat_full_gen.go#L4523: 		c.KickedCount = value
		tl_chat_full_gen.go#L4588: 	c.KickedCount = value
		tl_chat_full_gen.go#L4600: 	return c.KickedCount, true