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

7 uses

	github.com/gotd/td/tg (current package)
		tl_community_peer_gen.go#L41: 	CanViewHistory bool
		tl_community_peer_gen.go#L68: 	if !(c.CanViewHistory == false) {
		tl_community_peer_gen.go#L96: 	c.CanViewHistory = from.GetCanViewHistory()
		tl_community_peer_gen.go#L147: 	if !(c.CanViewHistory == false) {
		tl_community_peer_gen.go#L206: 	c.CanViewHistory = c.Flags.Has(2)
		tl_community_peer_gen.go#L228: 		c.CanViewHistory = true
		tl_community_peer_gen.go#L231: 		c.CanViewHistory = false