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

70 uses

	github.com/gotd/td/tg (current package)
		tl_exported_chat_invite_gen.go#L43: 	Flags bin.Fields
		tl_exported_chat_invite_gen.go#L120: 	if !(c.Flags.Zero()) {
		tl_exported_chat_invite_gen.go#L261: 			Null:       !c.Flags.Has(0),
		tl_exported_chat_invite_gen.go#L266: 			Null:       !c.Flags.Has(5),
		tl_exported_chat_invite_gen.go#L271: 			Null:       !c.Flags.Has(6),
		tl_exported_chat_invite_gen.go#L288: 			Null:       !c.Flags.Has(4),
		tl_exported_chat_invite_gen.go#L293: 			Null:       !c.Flags.Has(1),
		tl_exported_chat_invite_gen.go#L298: 			Null:       !c.Flags.Has(2),
		tl_exported_chat_invite_gen.go#L303: 			Null:       !c.Flags.Has(3),
		tl_exported_chat_invite_gen.go#L308: 			Null:       !c.Flags.Has(7),
		tl_exported_chat_invite_gen.go#L313: 			Null:       !c.Flags.Has(10),
		tl_exported_chat_invite_gen.go#L318: 			Null:       !c.Flags.Has(8),
		tl_exported_chat_invite_gen.go#L323: 			Null:       !c.Flags.Has(9),
		tl_exported_chat_invite_gen.go#L332: 		c.Flags.Set(0)
		tl_exported_chat_invite_gen.go#L335: 		c.Flags.Set(5)
		tl_exported_chat_invite_gen.go#L338: 		c.Flags.Set(6)
		tl_exported_chat_invite_gen.go#L341: 		c.Flags.Set(4)
		tl_exported_chat_invite_gen.go#L344: 		c.Flags.Set(1)
		tl_exported_chat_invite_gen.go#L347: 		c.Flags.Set(2)
		tl_exported_chat_invite_gen.go#L350: 		c.Flags.Set(3)
		tl_exported_chat_invite_gen.go#L353: 		c.Flags.Set(7)
		tl_exported_chat_invite_gen.go#L356: 		c.Flags.Set(10)
		tl_exported_chat_invite_gen.go#L359: 		c.Flags.Set(8)
		tl_exported_chat_invite_gen.go#L362: 		c.Flags.Set(9)
		tl_exported_chat_invite_gen.go#L381: 	if err := c.Flags.Encode(b); err != nil {
		tl_exported_chat_invite_gen.go#L387: 	if c.Flags.Has(4) {
		tl_exported_chat_invite_gen.go#L390: 	if c.Flags.Has(1) {
		tl_exported_chat_invite_gen.go#L393: 	if c.Flags.Has(2) {
		tl_exported_chat_invite_gen.go#L396: 	if c.Flags.Has(3) {
		tl_exported_chat_invite_gen.go#L399: 	if c.Flags.Has(7) {
		tl_exported_chat_invite_gen.go#L402: 	if c.Flags.Has(10) {
		tl_exported_chat_invite_gen.go#L405: 	if c.Flags.Has(8) {
		tl_exported_chat_invite_gen.go#L408: 	if c.Flags.Has(9) {
		tl_exported_chat_invite_gen.go#L433: 		if err := c.Flags.Decode(b); err != nil {
		tl_exported_chat_invite_gen.go#L437: 	c.Revoked = c.Flags.Has(0)
		tl_exported_chat_invite_gen.go#L438: 	c.Permanent = c.Flags.Has(5)
		tl_exported_chat_invite_gen.go#L439: 	c.RequestNeeded = c.Flags.Has(6)
		tl_exported_chat_invite_gen.go#L461: 	if c.Flags.Has(4) {
		tl_exported_chat_invite_gen.go#L468: 	if c.Flags.Has(1) {
		tl_exported_chat_invite_gen.go#L475: 	if c.Flags.Has(2) {
		tl_exported_chat_invite_gen.go#L482: 	if c.Flags.Has(3) {
		tl_exported_chat_invite_gen.go#L489: 	if c.Flags.Has(7) {
		tl_exported_chat_invite_gen.go#L496: 	if c.Flags.Has(10) {
		tl_exported_chat_invite_gen.go#L503: 	if c.Flags.Has(8) {
		tl_exported_chat_invite_gen.go#L510: 	if c.Flags.Has(9) {
		tl_exported_chat_invite_gen.go#L521: 		c.Flags.Set(0)
		tl_exported_chat_invite_gen.go#L524: 		c.Flags.Unset(0)
		tl_exported_chat_invite_gen.go#L534: 	return c.Flags.Has(0)
		tl_exported_chat_invite_gen.go#L540: 		c.Flags.Set(5)
		tl_exported_chat_invite_gen.go#L543: 		c.Flags.Unset(5)
		tl_exported_chat_invite_gen.go#L553: 	return c.Flags.Has(5)
		tl_exported_chat_invite_gen.go#L559: 		c.Flags.Set(6)
		tl_exported_chat_invite_gen.go#L562: 		c.Flags.Unset(6)
		tl_exported_chat_invite_gen.go#L572: 	return c.Flags.Has(6)
		tl_exported_chat_invite_gen.go#L601: 	c.Flags.Set(4)
		tl_exported_chat_invite_gen.go#L611: 	if !c.Flags.Has(4) {
		tl_exported_chat_invite_gen.go#L619: 	c.Flags.Set(1)
		tl_exported_chat_invite_gen.go#L629: 	if !c.Flags.Has(1) {
		tl_exported_chat_invite_gen.go#L637: 	c.Flags.Set(2)
		tl_exported_chat_invite_gen.go#L647: 	if !c.Flags.Has(2) {
		tl_exported_chat_invite_gen.go#L655: 	c.Flags.Set(3)
		tl_exported_chat_invite_gen.go#L665: 	if !c.Flags.Has(3) {
		tl_exported_chat_invite_gen.go#L673: 	c.Flags.Set(7)
		tl_exported_chat_invite_gen.go#L683: 	if !c.Flags.Has(7) {
		tl_exported_chat_invite_gen.go#L691: 	c.Flags.Set(10)
		tl_exported_chat_invite_gen.go#L701: 	if !c.Flags.Has(10) {
		tl_exported_chat_invite_gen.go#L709: 	c.Flags.Set(8)
		tl_exported_chat_invite_gen.go#L719: 	if !c.Flags.Has(8) {
		tl_exported_chat_invite_gen.go#L727: 	c.Flags.Set(9)
		tl_exported_chat_invite_gen.go#L737: 	if !c.Flags.Has(9) {