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

28 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_gen.go#L945: 	Flags bin.Fields
		tl_document_attribute_gen.go#L988: 	if !(d.Flags.Zero()) {
		tl_document_attribute_gen.go#L1069: 			Null:       !d.Flags.Has(10),
		tl_document_attribute_gen.go#L1078: 			Null:       !d.Flags.Has(0),
		tl_document_attribute_gen.go#L1083: 			Null:       !d.Flags.Has(1),
		tl_document_attribute_gen.go#L1088: 			Null:       !d.Flags.Has(2),
		tl_document_attribute_gen.go#L1097: 		d.Flags.Set(10)
		tl_document_attribute_gen.go#L1100: 		d.Flags.Set(0)
		tl_document_attribute_gen.go#L1103: 		d.Flags.Set(1)
		tl_document_attribute_gen.go#L1106: 		d.Flags.Set(2)
		tl_document_attribute_gen.go#L1125: 	if err := d.Flags.Encode(b); err != nil {
		tl_document_attribute_gen.go#L1129: 	if d.Flags.Has(0) {
		tl_document_attribute_gen.go#L1132: 	if d.Flags.Has(1) {
		tl_document_attribute_gen.go#L1135: 	if d.Flags.Has(2) {
		tl_document_attribute_gen.go#L1158: 		if err := d.Flags.Decode(b); err != nil {
		tl_document_attribute_gen.go#L1162: 	d.Voice = d.Flags.Has(10)
		tl_document_attribute_gen.go#L1170: 	if d.Flags.Has(0) {
		tl_document_attribute_gen.go#L1177: 	if d.Flags.Has(1) {
		tl_document_attribute_gen.go#L1184: 	if d.Flags.Has(2) {
		tl_document_attribute_gen.go#L1197: 		d.Flags.Set(10)
		tl_document_attribute_gen.go#L1200: 		d.Flags.Unset(10)
		tl_document_attribute_gen.go#L1210: 	return d.Flags.Has(10)
		tl_document_attribute_gen.go#L1223: 	d.Flags.Set(0)
		tl_document_attribute_gen.go#L1233: 	if !d.Flags.Has(0) {
		tl_document_attribute_gen.go#L1241: 	d.Flags.Set(1)
		tl_document_attribute_gen.go#L1251: 	if !d.Flags.Has(1) {
		tl_document_attribute_gen.go#L1259: 	d.Flags.Set(2)
		tl_document_attribute_gen.go#L1269: 	if !d.Flags.Has(2) {