github.com/gotd/td/tg.HelpTermsOfService.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_help_terms_of_service_gen.go#L43: Flags bin.Fields
tl_help_terms_of_service_gen.go#L77: if !(t.Flags.Zero()) {
tl_help_terms_of_service_gen.go#L152: Null: !t.Flags.Has(0),
tl_help_terms_of_service_gen.go#L169: Null: !t.Flags.Has(1),
tl_help_terms_of_service_gen.go#L178: t.Flags.Set(0)
tl_help_terms_of_service_gen.go#L181: t.Flags.Set(1)
tl_help_terms_of_service_gen.go#L200: if err := t.Flags.Encode(b); err != nil {
tl_help_terms_of_service_gen.go#L216: if t.Flags.Has(1) {
tl_help_terms_of_service_gen.go#L239: if err := t.Flags.Decode(b); err != nil {
tl_help_terms_of_service_gen.go#L243: t.Popup = t.Flags.Has(0)
tl_help_terms_of_service_gen.go#L273: if t.Flags.Has(1) {
tl_help_terms_of_service_gen.go#L286: t.Flags.Set(0)
tl_help_terms_of_service_gen.go#L289: t.Flags.Unset(0)
tl_help_terms_of_service_gen.go#L299: return t.Flags.Has(0)
tl_help_terms_of_service_gen.go#L328: t.Flags.Set(1)
tl_help_terms_of_service_gen.go#L338: if !t.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. |