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

28 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L578: 	Flags bin.Fields
		tl_document_attribute_gen.go#L621: 	if !(d.Flags.Zero()) {
		tl_document_attribute_gen.go#L706: 			Null:       !d.Flags.Has(0),
		tl_document_attribute_gen.go#L711: 			Null:       !d.Flags.Has(1),
		tl_document_attribute_gen.go#L716: 			Null:       !d.Flags.Has(3),
		tl_document_attribute_gen.go#L733: 			Null:       !d.Flags.Has(2),
		tl_document_attribute_gen.go#L742: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L745: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L748: 		d.Flags.Set(3)
		tl_document_attribute_gen.go#L751: 		d.Flags.Set(2)
		tl_document_attribute_gen.go#L770: 	if err := d.Flags.Encode(b); err != nil {
		tl_document_attribute_gen.go#L776: 	if d.Flags.Has(2) {
		tl_document_attribute_gen.go#L799: 		if err := d.Flags.Decode(b); err != nil {
		tl_document_attribute_gen.go#L803: 	d.RoundMessage = d.Flags.Has(0)
		tl_document_attribute_gen.go#L804: 	d.SupportsStreaming = d.Flags.Has(1)
		tl_document_attribute_gen.go#L805: 	d.Nosound = d.Flags.Has(3)
		tl_document_attribute_gen.go#L827: 	if d.Flags.Has(2) {
		tl_document_attribute_gen.go#L840: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L843: 		d.Flags.Unset(0)
		tl_document_attribute_gen.go#L853: 	return d.Flags.Has(0)
		tl_document_attribute_gen.go#L859: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L862: 		d.Flags.Unset(1)
		tl_document_attribute_gen.go#L872: 	return d.Flags.Has(1)
		tl_document_attribute_gen.go#L878: 		d.Flags.Set(3)
		tl_document_attribute_gen.go#L881: 		d.Flags.Unset(3)
		tl_document_attribute_gen.go#L891: 	return d.Flags.Has(3)
		tl_document_attribute_gen.go#L920: 	d.Flags.Set(2)
		tl_document_attribute_gen.go#L930: 	if !d.Flags.Has(2) {