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

40 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L578: 	Flags bin.Fields
		tl_document_attribute_gen.go#L629: 	if !(d.Flags.Zero()) {
		tl_document_attribute_gen.go#L730: 			Null:       !d.Flags.Has(0),
		tl_document_attribute_gen.go#L735: 			Null:       !d.Flags.Has(1),
		tl_document_attribute_gen.go#L740: 			Null:       !d.Flags.Has(3),
		tl_document_attribute_gen.go#L757: 			Null:       !d.Flags.Has(2),
		tl_document_attribute_gen.go#L762: 			Null:       !d.Flags.Has(4),
		tl_document_attribute_gen.go#L767: 			Null:       !d.Flags.Has(5),
		tl_document_attribute_gen.go#L776: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L779: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L782: 		d.Flags.Set(3)
		tl_document_attribute_gen.go#L785: 		d.Flags.Set(2)
		tl_document_attribute_gen.go#L788: 		d.Flags.Set(4)
		tl_document_attribute_gen.go#L791: 		d.Flags.Set(5)
		tl_document_attribute_gen.go#L810: 	if err := d.Flags.Encode(b); err != nil {
		tl_document_attribute_gen.go#L816: 	if d.Flags.Has(2) {
		tl_document_attribute_gen.go#L819: 	if d.Flags.Has(4) {
		tl_document_attribute_gen.go#L822: 	if d.Flags.Has(5) {
		tl_document_attribute_gen.go#L845: 		if err := d.Flags.Decode(b); err != nil {
		tl_document_attribute_gen.go#L849: 	d.RoundMessage = d.Flags.Has(0)
		tl_document_attribute_gen.go#L850: 	d.SupportsStreaming = d.Flags.Has(1)
		tl_document_attribute_gen.go#L851: 	d.Nosound = d.Flags.Has(3)
		tl_document_attribute_gen.go#L873: 	if d.Flags.Has(2) {
		tl_document_attribute_gen.go#L880: 	if d.Flags.Has(4) {
		tl_document_attribute_gen.go#L887: 	if d.Flags.Has(5) {
		tl_document_attribute_gen.go#L900: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L903: 		d.Flags.Unset(0)
		tl_document_attribute_gen.go#L913: 	return d.Flags.Has(0)
		tl_document_attribute_gen.go#L919: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L922: 		d.Flags.Unset(1)
		tl_document_attribute_gen.go#L932: 	return d.Flags.Has(1)
		tl_document_attribute_gen.go#L938: 		d.Flags.Set(3)
		tl_document_attribute_gen.go#L941: 		d.Flags.Unset(3)
		tl_document_attribute_gen.go#L951: 	return d.Flags.Has(3)
		tl_document_attribute_gen.go#L980: 	d.Flags.Set(2)
		tl_document_attribute_gen.go#L990: 	if !d.Flags.Has(2) {
		tl_document_attribute_gen.go#L998: 	d.Flags.Set(4)
		tl_document_attribute_gen.go#L1008: 	if !d.Flags.Has(4) {
		tl_document_attribute_gen.go#L1016: 	d.Flags.Set(5)
		tl_document_attribute_gen.go#L1026: 	if !d.Flags.Has(5) {