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

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_username_gen.go#L45: const AccountUpdateUsernameRequestTypeID = 0x3e0bdd7c
		tl_account_update_username_gen.go#L86: 	return AccountUpdateUsernameRequestTypeID
		tl_account_update_username_gen.go#L98: 		ID:   AccountUpdateUsernameRequestTypeID,
		tl_account_update_username_gen.go#L118: 	b.PutID(AccountUpdateUsernameRequestTypeID)
		tl_account_update_username_gen.go#L136: 	if err := b.ConsumeID(AccountUpdateUsernameRequestTypeID); err != nil {
		tl_registry_gen.go#L1279: 		AccountUpdateUsernameRequestTypeID:                                      "account.updateUsername#3e0bdd7c",
		tl_registry_gen.go#L3061: 		"account.updateUsername":                                            AccountUpdateUsernameRequestTypeID,
		tl_registry_gen.go#L4843: 		AccountUpdateUsernameRequestTypeID:                                      func() bin.Object { return &AccountUpdateUsernameRequest{} },
		tl_server_gen.go#L670: 	s.handlers[AccountUpdateUsernameRequestTypeID] = handler