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

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_send_confirm_phone_code_gen.go#L52: const AccountSendConfirmPhoneCodeRequestTypeID = 0x1b3faa88
		tl_account_send_confirm_phone_code_gen.go#L98: 	return AccountSendConfirmPhoneCodeRequestTypeID
		tl_account_send_confirm_phone_code_gen.go#L110: 		ID:   AccountSendConfirmPhoneCodeRequestTypeID,
		tl_account_send_confirm_phone_code_gen.go#L134: 	b.PutID(AccountSendConfirmPhoneCodeRequestTypeID)
		tl_account_send_confirm_phone_code_gen.go#L155: 	if err := b.ConsumeID(AccountSendConfirmPhoneCodeRequestTypeID); err != nil {
		tl_registry_gen.go#L1293: 		AccountSendConfirmPhoneCodeRequestTypeID:                                "account.sendConfirmPhoneCode#1b3faa88",
		tl_registry_gen.go#L3075: 		"account.sendConfirmPhoneCode":                                      AccountSendConfirmPhoneCodeRequestTypeID,
		tl_registry_gen.go#L4857: 		AccountSendConfirmPhoneCodeRequestTypeID:                                func() bin.Object { return &AccountSendConfirmPhoneCodeRequest{} },
		tl_server_gen.go#L928: 	s.handlers[AccountSendConfirmPhoneCodeRequestTypeID] = handler