github.com/gotd/td/tg.AccountInstallThemeRequest.Flags (field)
28 uses
github.com/gotd/td/tg (current package)
tl_account_install_theme_gen.go#L43: Flags bin.Fields
tl_account_install_theme_gen.go#L75: if !(i.Flags.Zero()) {
tl_account_install_theme_gen.go#L151: Null: !i.Flags.Has(0),
tl_account_install_theme_gen.go#L156: Null: !i.Flags.Has(1),
tl_account_install_theme_gen.go#L161: Null: !i.Flags.Has(2),
tl_account_install_theme_gen.go#L166: Null: !i.Flags.Has(3),
tl_account_install_theme_gen.go#L175: i.Flags.Set(0)
tl_account_install_theme_gen.go#L178: i.Flags.Set(1)
tl_account_install_theme_gen.go#L181: i.Flags.Set(2)
tl_account_install_theme_gen.go#L184: i.Flags.Set(3)
tl_account_install_theme_gen.go#L203: if err := i.Flags.Encode(b); err != nil {
tl_account_install_theme_gen.go#L206: if i.Flags.Has(1) {
tl_account_install_theme_gen.go#L214: if i.Flags.Has(2) {
tl_account_install_theme_gen.go#L217: if i.Flags.Has(3) {
tl_account_install_theme_gen.go#L245: if err := i.Flags.Decode(b); err != nil {
tl_account_install_theme_gen.go#L249: i.Dark = i.Flags.Has(0)
tl_account_install_theme_gen.go#L250: if i.Flags.Has(1) {
tl_account_install_theme_gen.go#L257: if i.Flags.Has(2) {
tl_account_install_theme_gen.go#L264: if i.Flags.Has(3) {
tl_account_install_theme_gen.go#L277: i.Flags.Set(0)
tl_account_install_theme_gen.go#L280: i.Flags.Unset(0)
tl_account_install_theme_gen.go#L290: return i.Flags.Has(0)
tl_account_install_theme_gen.go#L295: i.Flags.Set(1)
tl_account_install_theme_gen.go#L305: if !i.Flags.Has(1) {
tl_account_install_theme_gen.go#L313: i.Flags.Set(2)
tl_account_install_theme_gen.go#L323: if !i.Flags.Has(2) {
tl_account_install_theme_gen.go#L331: i.Flags.Set(3)
tl_account_install_theme_gen.go#L341: if !i.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. |