const github.com/gotd/td/tg.AccountCreateThemeRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_create_theme_gen.go#L64: const AccountCreateThemeRequestTypeID = 0x652e4400
tl_account_create_theme_gen.go#L129: return AccountCreateThemeRequestTypeID
tl_account_create_theme_gen.go#L141: ID: AccountCreateThemeRequestTypeID,
tl_account_create_theme_gen.go#L185: b.PutID(AccountCreateThemeRequestTypeID)
tl_account_create_theme_gen.go#L224: if err := b.ConsumeID(AccountCreateThemeRequestTypeID); err != nil {
tl_registry_gen.go#L1325: AccountCreateThemeRequestTypeID: "account.createTheme#652e4400",
tl_registry_gen.go#L3107: "account.createTheme": AccountCreateThemeRequestTypeID,
tl_registry_gen.go#L4889: AccountCreateThemeRequestTypeID: func() bin.Object { return &AccountCreateThemeRequest{} },
tl_server_gen.go#L1536: s.handlers[AccountCreateThemeRequestTypeID] = handler
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. |