github.com/gotd/td/tg.FactCheck.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_fact_check_gen.go#L46: Flags bin.Fields
tl_fact_check_gen.go#L86: if !(f.Flags.Zero()) {
tl_fact_check_gen.go#L159: Null: !f.Flags.Has(0),
tl_fact_check_gen.go#L164: Null: !f.Flags.Has(1),
tl_fact_check_gen.go#L169: Null: !f.Flags.Has(1),
tl_fact_check_gen.go#L182: f.Flags.Set(0)
tl_fact_check_gen.go#L185: f.Flags.Set(1)
tl_fact_check_gen.go#L188: f.Flags.Set(1)
tl_fact_check_gen.go#L207: if err := f.Flags.Encode(b); err != nil {
tl_fact_check_gen.go#L210: if f.Flags.Has(1) {
tl_fact_check_gen.go#L213: if f.Flags.Has(1) {
tl_fact_check_gen.go#L239: if err := f.Flags.Decode(b); err != nil {
tl_fact_check_gen.go#L243: f.NeedCheck = f.Flags.Has(0)
tl_fact_check_gen.go#L244: if f.Flags.Has(1) {
tl_fact_check_gen.go#L251: if f.Flags.Has(1) {
tl_fact_check_gen.go#L269: f.Flags.Set(0)
tl_fact_check_gen.go#L272: f.Flags.Unset(0)
tl_fact_check_gen.go#L282: return f.Flags.Has(0)
tl_fact_check_gen.go#L287: f.Flags.Set(1)
tl_fact_check_gen.go#L297: if !f.Flags.Has(1) {
tl_fact_check_gen.go#L305: f.Flags.Set(1)
tl_fact_check_gen.go#L315: if !f.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. |