github.com/gotd/td/tg.DocumentAttributeAudio.Flags (field)
28 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1041: Flags bin.Fields
tl_document_attribute_gen.go#L1084: if !(d.Flags.Zero()) {
tl_document_attribute_gen.go#L1165: Null: !d.Flags.Has(10),
tl_document_attribute_gen.go#L1174: Null: !d.Flags.Has(0),
tl_document_attribute_gen.go#L1179: Null: !d.Flags.Has(1),
tl_document_attribute_gen.go#L1184: Null: !d.Flags.Has(2),
tl_document_attribute_gen.go#L1193: d.Flags.Set(10)
tl_document_attribute_gen.go#L1196: d.Flags.Set(0)
tl_document_attribute_gen.go#L1199: d.Flags.Set(1)
tl_document_attribute_gen.go#L1202: d.Flags.Set(2)
tl_document_attribute_gen.go#L1221: if err := d.Flags.Encode(b); err != nil {
tl_document_attribute_gen.go#L1225: if d.Flags.Has(0) {
tl_document_attribute_gen.go#L1228: if d.Flags.Has(1) {
tl_document_attribute_gen.go#L1231: if d.Flags.Has(2) {
tl_document_attribute_gen.go#L1254: if err := d.Flags.Decode(b); err != nil {
tl_document_attribute_gen.go#L1258: d.Voice = d.Flags.Has(10)
tl_document_attribute_gen.go#L1266: if d.Flags.Has(0) {
tl_document_attribute_gen.go#L1273: if d.Flags.Has(1) {
tl_document_attribute_gen.go#L1280: if d.Flags.Has(2) {
tl_document_attribute_gen.go#L1293: d.Flags.Set(10)
tl_document_attribute_gen.go#L1296: d.Flags.Unset(10)
tl_document_attribute_gen.go#L1306: return d.Flags.Has(10)
tl_document_attribute_gen.go#L1319: d.Flags.Set(0)
tl_document_attribute_gen.go#L1329: if !d.Flags.Has(0) {
tl_document_attribute_gen.go#L1337: d.Flags.Set(1)
tl_document_attribute_gen.go#L1347: if !d.Flags.Has(1) {
tl_document_attribute_gen.go#L1355: d.Flags.Set(2)
tl_document_attribute_gen.go#L1365: if !d.Flags.Has(2) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |