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

10 uses

	github.com/gotd/td/tg (current package)
		tl_chat_gen.go#L3938: 	Flags2 bin.Fields
		tl_chat_gen.go#L3995: 	if !(c.Flags2.Zero()) {
		tl_chat_gen.go#L4112: 			Null:       !c.Flags2.Has(20),
		tl_chat_gen.go#L4161: 		c.Flags2.Set(20)
		tl_chat_gen.go#L4192: 	if err := c.Flags2.Encode(b); err != nil {
		tl_chat_gen.go#L4245: 		if err := c.Flags2.Decode(b); err != nil {
		tl_chat_gen.go#L4249: 	c.CollapsedInDialogs = c.Flags2.Has(20)
		tl_chat_gen.go#L4358: 		c.Flags2.Set(20)
		tl_chat_gen.go#L4361: 		c.Flags2.Unset(20)
		tl_chat_gen.go#L4371: 	return c.Flags2.Has(20)