github.com/gotd/td/tg.DocumentAttributeCustomEmoji.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_gen.go#L1521: Flags bin.Fields
tl_document_attribute_gen.go#L1554: if !(d.Flags.Zero()) {
tl_document_attribute_gen.go#L1621: Null: !d.Flags.Has(0),
tl_document_attribute_gen.go#L1626: Null: !d.Flags.Has(1),
tl_document_attribute_gen.go#L1643: d.Flags.Set(0)
tl_document_attribute_gen.go#L1646: d.Flags.Set(1)
tl_document_attribute_gen.go#L1665: if err := d.Flags.Encode(b); err != nil {
tl_document_attribute_gen.go#L1695: if err := d.Flags.Decode(b); err != nil {
tl_document_attribute_gen.go#L1699: d.Free = d.Flags.Has(0)
tl_document_attribute_gen.go#L1700: d.TextColor = d.Flags.Has(1)
tl_document_attribute_gen.go#L1721: d.Flags.Set(0)
tl_document_attribute_gen.go#L1724: d.Flags.Unset(0)
tl_document_attribute_gen.go#L1734: return d.Flags.Has(0)
tl_document_attribute_gen.go#L1740: d.Flags.Set(1)
tl_document_attribute_gen.go#L1743: d.Flags.Unset(1)
tl_document_attribute_gen.go#L1753: return d.Flags.Has(1)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |