const github.com/gotd/td/tg.AccountInstallThemeRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_install_theme_gen.go#L61: const AccountInstallThemeRequestTypeID = 0xc727bb3b
tl_account_install_theme_gen.go#L129: return AccountInstallThemeRequestTypeID
tl_account_install_theme_gen.go#L141: ID: AccountInstallThemeRequestTypeID,
tl_account_install_theme_gen.go#L193: b.PutID(AccountInstallThemeRequestTypeID)
tl_account_install_theme_gen.go#L233: if err := b.ConsumeID(AccountInstallThemeRequestTypeID); err != nil {
tl_registry_gen.go#L1328: AccountInstallThemeRequestTypeID: "account.installTheme#c727bb3b",
tl_registry_gen.go#L3110: "account.installTheme": AccountInstallThemeRequestTypeID,
tl_registry_gen.go#L4892: AccountInstallThemeRequestTypeID: func() bin.Object { return &AccountInstallThemeRequest{} },
tl_server_gen.go#L1595: s.handlers[AccountInstallThemeRequestTypeID] = 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. |