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