github.com/gotd/td/tg.CommunityPeer.Visible (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_community_peer_gen.go#L45: 	Visible bool
		tl_community_peer_gen.go#L71: 	if !(c.Visible == false) {
		tl_community_peer_gen.go#L98: 		c.Visible = val
		tl_community_peer_gen.go#L150: 	if !(c.Visible == false) {
		tl_community_peer_gen.go#L174: 		b.PutBool(c.Visible)
		tl_community_peer_gen.go#L212: 		c.Visible = value
		tl_community_peer_gen.go#L246: 	c.Visible = value
		tl_community_peer_gen.go#L258: 	return c.Visible, true