const github.com/gotd/td/tg.AccountUpdateProfileRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_profile_gen.go#L59: const AccountUpdateProfileRequestTypeID = 0x78515775
		tl_account_update_profile_gen.go#L122: 	return AccountUpdateProfileRequestTypeID
		tl_account_update_profile_gen.go#L134: 		ID:   AccountUpdateProfileRequestTypeID,
		tl_account_update_profile_gen.go#L178: 	b.PutID(AccountUpdateProfileRequestTypeID)
		tl_account_update_profile_gen.go#L208: 	if err := b.ConsumeID(AccountUpdateProfileRequestTypeID); err != nil {
		tl_registry_gen.go#L1274: 		AccountUpdateProfileRequestTypeID:                                       "account.updateProfile#78515775",
		tl_registry_gen.go#L3056: 		"account.updateProfile":                                             AccountUpdateProfileRequestTypeID,
		tl_registry_gen.go#L4838: 		AccountUpdateProfileRequestTypeID:                                       func() bin.Object { return &AccountUpdateProfileRequest{} },
		tl_server_gen.go#L573: 	s.handlers[AccountUpdateProfileRequestTypeID] = handler