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

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L1248: 	ParticipantsCount int
		tl_chat_gen.go#L1477: 	if !(c.ParticipantsCount == 0) {
		tl_chat_gen.go#L1636: 		c.ParticipantsCount = val
		tl_chat_gen.go#L2062: 	if !(c.ParticipantsCount == 0) {
		tl_chat_gen.go#L2160: 		b.PutInt(c.ParticipantsCount)
		tl_chat_gen.go#L2353: 		c.ParticipantsCount = value
		tl_chat_gen.go#L3118: 	c.ParticipantsCount = value
		tl_chat_gen.go#L3130: 	return c.ParticipantsCount, true