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

9 uses

	github.com/gotd/td/tg (current package)
		tl_auth_send_code_gen.go#L56: const AuthSendCodeRequestTypeID = 0xa677244f
		tl_auth_send_code_gen.go#L112: 	return AuthSendCodeRequestTypeID
		tl_auth_send_code_gen.go#L124: 		ID:   AuthSendCodeRequestTypeID,
		tl_auth_send_code_gen.go#L156: 	b.PutID(AuthSendCodeRequestTypeID)
		tl_auth_send_code_gen.go#L179: 	if err := b.ConsumeID(AuthSendCodeRequestTypeID); err != nil {
		tl_registry_gen.go#L1247: 		AuthSendCodeRequestTypeID:                                               "auth.sendCode#a677244f",
		tl_registry_gen.go#L3029: 		"auth.sendCode":                                                     AuthSendCodeRequestTypeID,
		tl_registry_gen.go#L4811: 		AuthSendCodeRequestTypeID:                                               func() bin.Object { return &AuthSendCodeRequest{} },
		tl_server_gen.go#L74: 	s.handlers[AuthSendCodeRequestTypeID] = handler