github.com/gotd/td/tg.WebPageAttributeStickerSet.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_web_page_attribute_gen.go#L549: Flags bin.Fields
tl_web_page_attribute_gen.go#L583: if !(w.Flags.Zero()) {
tl_web_page_attribute_gen.go#L645: Null: !w.Flags.Has(0),
tl_web_page_attribute_gen.go#L650: Null: !w.Flags.Has(1),
tl_web_page_attribute_gen.go#L663: w.Flags.Set(0)
tl_web_page_attribute_gen.go#L666: w.Flags.Set(1)
tl_web_page_attribute_gen.go#L685: if err := w.Flags.Encode(b); err != nil {
tl_web_page_attribute_gen.go#L717: if err := w.Flags.Decode(b); err != nil {
tl_web_page_attribute_gen.go#L721: w.Emojis = w.Flags.Has(0)
tl_web_page_attribute_gen.go#L722: w.TextColor = w.Flags.Has(1)
tl_web_page_attribute_gen.go#L746: w.Flags.Set(0)
tl_web_page_attribute_gen.go#L749: w.Flags.Unset(0)
tl_web_page_attribute_gen.go#L759: return w.Flags.Has(0)
tl_web_page_attribute_gen.go#L765: w.Flags.Set(1)
tl_web_page_attribute_gen.go#L768: w.Flags.Unset(1)
tl_web_page_attribute_gen.go#L778: return w.Flags.Has(1)
![]() |
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. |