github.com/gotd/td/tg.Community.CollapsedInDialogs (field)

7 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L3940: 	CollapsedInDialogs bool
		tl_chat_gen.go#L3998: 	if !(c.CollapsedInDialogs == false) {
		tl_chat_gen.go#L4052: 	c.CollapsedInDialogs = from.GetCollapsedInDialogs()
		tl_chat_gen.go#L4160: 	if !(c.CollapsedInDialogs == false) {
		tl_chat_gen.go#L4249: 	c.CollapsedInDialogs = c.Flags2.Has(20)
		tl_chat_gen.go#L4359: 		c.CollapsedInDialogs = true
		tl_chat_gen.go#L4362: 		c.CollapsedInDialogs = false