github.com/gotd/td/tg.AccountUpdateThemeRequest.Flags (field)
28 uses
github.com/gotd/td/tg (current package)
tl_account_update_theme_gen.go#L43: Flags bin.Fields
tl_account_update_theme_gen.go#L81: if !(u.Flags.Zero()) {
tl_account_update_theme_gen.go#L178: Null: !u.Flags.Has(0),
tl_account_update_theme_gen.go#L183: Null: !u.Flags.Has(1),
tl_account_update_theme_gen.go#L188: Null: !u.Flags.Has(2),
tl_account_update_theme_gen.go#L193: Null: !u.Flags.Has(3),
tl_account_update_theme_gen.go#L202: u.Flags.Set(0)
tl_account_update_theme_gen.go#L205: u.Flags.Set(1)
tl_account_update_theme_gen.go#L208: u.Flags.Set(2)
tl_account_update_theme_gen.go#L211: u.Flags.Set(3)
tl_account_update_theme_gen.go#L230: if err := u.Flags.Encode(b); err != nil {
tl_account_update_theme_gen.go#L240: if u.Flags.Has(0) {
tl_account_update_theme_gen.go#L243: if u.Flags.Has(1) {
tl_account_update_theme_gen.go#L246: if u.Flags.Has(2) {
tl_account_update_theme_gen.go#L254: if u.Flags.Has(3) {
tl_account_update_theme_gen.go#L282: if err := u.Flags.Decode(b); err != nil {
tl_account_update_theme_gen.go#L300: if u.Flags.Has(0) {
tl_account_update_theme_gen.go#L307: if u.Flags.Has(1) {
tl_account_update_theme_gen.go#L314: if u.Flags.Has(2) {
tl_account_update_theme_gen.go#L321: if u.Flags.Has(3) {
tl_account_update_theme_gen.go#L359: u.Flags.Set(0)
tl_account_update_theme_gen.go#L369: if !u.Flags.Has(0) {
tl_account_update_theme_gen.go#L377: u.Flags.Set(1)
tl_account_update_theme_gen.go#L387: if !u.Flags.Has(1) {
tl_account_update_theme_gen.go#L395: u.Flags.Set(2)
tl_account_update_theme_gen.go#L405: if !u.Flags.Has(2) {
tl_account_update_theme_gen.go#L413: u.Flags.Set(3)
tl_account_update_theme_gen.go#L423: if !u.Flags.Has(3) {
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. |