const github.com/gotd/td/tg.AccountGetThemeRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_get_theme_gen.go#L46: const AccountGetThemeRequestTypeID = 0x3a5869ec
tl_account_get_theme_gen.go#L92: return AccountGetThemeRequestTypeID
tl_account_get_theme_gen.go#L104: ID: AccountGetThemeRequestTypeID,
tl_account_get_theme_gen.go#L128: b.PutID(AccountGetThemeRequestTypeID)
tl_account_get_theme_gen.go#L152: if err := b.ConsumeID(AccountGetThemeRequestTypeID); err != nil {
tl_registry_gen.go#L1329: AccountGetThemeRequestTypeID: "account.getTheme#3a5869ec",
tl_registry_gen.go#L3111: "account.getTheme": AccountGetThemeRequestTypeID,
tl_registry_gen.go#L4893: AccountGetThemeRequestTypeID: func() bin.Object { return &AccountGetThemeRequest{} },
tl_server_gen.go#L1612: s.handlers[AccountGetThemeRequestTypeID] = 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. |