github.com/gotd/td/tg.ForumTopic.Flags (field)

46 uses

	github.com/gotd/td/tg (current package)
		tl_forum_topic_gen.go#L181: 	Flags bin.Fields
		tl_forum_topic_gen.go#L268: 	if !(f.Flags.Zero()) {
		tl_forum_topic_gen.go#L416: 			Null:       !f.Flags.Has(1),
		tl_forum_topic_gen.go#L421: 			Null:       !f.Flags.Has(2),
		tl_forum_topic_gen.go#L426: 			Null:       !f.Flags.Has(3),
		tl_forum_topic_gen.go#L431: 			Null:       !f.Flags.Has(5),
		tl_forum_topic_gen.go#L436: 			Null:       !f.Flags.Has(6),
		tl_forum_topic_gen.go#L457: 			Null:       !f.Flags.Has(0),
		tl_forum_topic_gen.go#L494: 			Null:       !f.Flags.Has(4),
		tl_forum_topic_gen.go#L503: 		f.Flags.Set(1)
		tl_forum_topic_gen.go#L506: 		f.Flags.Set(2)
		tl_forum_topic_gen.go#L509: 		f.Flags.Set(3)
		tl_forum_topic_gen.go#L512: 		f.Flags.Set(5)
		tl_forum_topic_gen.go#L515: 		f.Flags.Set(6)
		tl_forum_topic_gen.go#L518: 		f.Flags.Set(0)
		tl_forum_topic_gen.go#L521: 		f.Flags.Set(4)
		tl_forum_topic_gen.go#L540: 	if err := f.Flags.Encode(b); err != nil {
		tl_forum_topic_gen.go#L547: 	if f.Flags.Has(0) {
		tl_forum_topic_gen.go#L565: 	if f.Flags.Has(4) {
		tl_forum_topic_gen.go#L593: 		if err := f.Flags.Decode(b); err != nil {
		tl_forum_topic_gen.go#L597: 	f.My = f.Flags.Has(1)
		tl_forum_topic_gen.go#L598: 	f.Closed = f.Flags.Has(2)
		tl_forum_topic_gen.go#L599: 	f.Pinned = f.Flags.Has(3)
		tl_forum_topic_gen.go#L600: 	f.Short = f.Flags.Has(5)
		tl_forum_topic_gen.go#L601: 	f.Hidden = f.Flags.Has(6)
		tl_forum_topic_gen.go#L630: 	if f.Flags.Has(0) {
		tl_forum_topic_gen.go#L691: 	if f.Flags.Has(4) {
		tl_forum_topic_gen.go#L704: 		f.Flags.Set(1)
		tl_forum_topic_gen.go#L707: 		f.Flags.Unset(1)
		tl_forum_topic_gen.go#L717: 	return f.Flags.Has(1)
		tl_forum_topic_gen.go#L723: 		f.Flags.Set(2)
		tl_forum_topic_gen.go#L726: 		f.Flags.Unset(2)
		tl_forum_topic_gen.go#L736: 	return f.Flags.Has(2)
		tl_forum_topic_gen.go#L742: 		f.Flags.Set(3)
		tl_forum_topic_gen.go#L745: 		f.Flags.Unset(3)
		tl_forum_topic_gen.go#L755: 	return f.Flags.Has(3)
		tl_forum_topic_gen.go#L761: 		f.Flags.Set(5)
		tl_forum_topic_gen.go#L764: 		f.Flags.Unset(5)
		tl_forum_topic_gen.go#L774: 	return f.Flags.Has(5)
		tl_forum_topic_gen.go#L780: 		f.Flags.Set(6)
		tl_forum_topic_gen.go#L783: 		f.Flags.Unset(6)
		tl_forum_topic_gen.go#L793: 	return f.Flags.Has(6)
		tl_forum_topic_gen.go#L830: 	f.Flags.Set(0)
		tl_forum_topic_gen.go#L840: 	if !f.Flags.Has(0) {
		tl_forum_topic_gen.go#L912: 	f.Flags.Set(4)
		tl_forum_topic_gen.go#L922: 	if !f.Flags.Has(4) {