github.com/gotd/td/tg.AccountCreateThemeRequest.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_account_create_theme_gen.go#L43: Flags bin.Fields
tl_account_create_theme_gen.go#L78: if !(c.Flags.Zero()) {
tl_account_create_theme_gen.go#L159: Null: !c.Flags.Has(2),
tl_account_create_theme_gen.go#L164: Null: !c.Flags.Has(3),
tl_account_create_theme_gen.go#L173: c.Flags.Set(2)
tl_account_create_theme_gen.go#L176: c.Flags.Set(3)
tl_account_create_theme_gen.go#L195: if err := c.Flags.Encode(b); err != nil {
tl_account_create_theme_gen.go#L200: if c.Flags.Has(2) {
tl_account_create_theme_gen.go#L208: if c.Flags.Has(3) {
tl_account_create_theme_gen.go#L236: if err := c.Flags.Decode(b); err != nil {
tl_account_create_theme_gen.go#L254: if c.Flags.Has(2) {
tl_account_create_theme_gen.go#L261: if c.Flags.Has(3) {
tl_account_create_theme_gen.go#L299: c.Flags.Set(2)
tl_account_create_theme_gen.go#L309: if !c.Flags.Has(2) {
tl_account_create_theme_gen.go#L317: c.Flags.Set(3)
tl_account_create_theme_gen.go#L327: if !c.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. |