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

8 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L1214: 	ParticipantsCount int
		tl_chat_full_gen.go#L1559: 	if !(c.ParticipantsCount == 0) {
		tl_chat_full_gen.go#L1798: 		c.ParticipantsCount = val
		tl_chat_full_gen.go#L2372: 	if !(c.ParticipantsCount == 0) {
		tl_chat_full_gen.go#L2509: 		b.PutInt(c.ParticipantsCount)
		tl_chat_full_gen.go#L2761: 		c.ParticipantsCount = value
		tl_chat_full_gen.go#L3505: 	c.ParticipantsCount = value
		tl_chat_full_gen.go#L3517: 	return c.ParticipantsCount, true